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)
- Shift+Right (should select the character on the right)
- Shift+Home (should select all the characters on the left)
- Shift+End (should select all the characters on the right)
xtermwith what you want to do. – Daniel Beck Nov 18 '11 at 12:16xtermfrom the question. – Misha Moroshko Nov 18 '11 at 12:21C-space). They are different. – Ammar Abdulaziz Feb 1 at 18:12