Fix Home/End on Terminal.app in Leopard/Snow Leopard
24
Jan
2010
Because I don’t know why it’s not default, and most guides on the net don’t work. (source)
- Open Terminal.app
- Open the Preferences window (CMD+,)
- Click the Settings tab
- Select your current Settings theme, and click on the Keyboard tab
- Edit (or Add) the entry for Home
- Set Action: to send string to shell:
- Set the string to \001 (or press Ctrl+a)
- Edit (or Add) the entry for End
- Set Action: to send string to shell:
- Set the string to \005 (or press Ctrl+e)
Related posts:
- Snow Leopard Expose Tricks
- HOME
3 Responses to Fix Home/End on Terminal.app in Leopard/Snow Leopard
Andy
May 15th, 2010 at 12:37 pm
Brilliant – the missing functionality was really annoying. Thank you for posting this
links for 2010-10-30 | Object neo = neo Object
October 31st, 2010 at 5:30 am
[...] » Fix Home/End on Terminal.app in Leopard/Snow Leopard petersteinberger.com 01 (tags: mac home terminal) This entry was posted in delicious-daily. Bookmark the permalink. ← links for 2010-10-22 [...]
Mads Buus Westmark
February 4th, 2011 at 12:00 am
Thanks, that did it. Tried other guides that didn’t work.