Created
February 24, 2012 23:54
-
-
Save tovbinm/1904702 to your computer and use it in GitHub Desktop.
Making use of PageDown/PageUp/Home/End keys in Max OS X terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open Mac OS x terminal | |
2. Go to Preferences -> Settings -> Keyboard | |
3. Redefine keys to "Send string to shell" as follows: | |
Key Escape Sequence | |
Home \033[1~ | |
End \033[4~ | |
Page Up \033[5~ | |
Page Down \033[6~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment