Skip to content

Instantly share code, notes, and snippets.

@tovbinm
Created February 24, 2012 23:54
Show Gist options
  • Save tovbinm/1904702 to your computer and use it in GitHub Desktop.
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
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