How to configure SHIFT+LEFT, SHIFT+RIGHT, SHIFT+HOME and SHIFT+END keys in terminal on Mac?
- by Misha Moroshko
To configure the Home and End keys in terminal on MacBook Air (OS X 10.7.2) I defined in Terminal -> Preferences -> Keyboard:
Key Action
---- ------
Home \033OH
End \033OF
What are the codes to configure the following combinations so that they will work like in Windows?
Shift+Left (should select the character on the left)…