Skip to content

Instantly share code, notes, and snippets.

@tovbinm
Created June 25, 2012 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tovbinm/2990642 to your computer and use it in GitHub Desktop.
Save tovbinm/2990642 to your computer and use it in GitHub Desktop.
Fixing Home, End, Page Up, and Page Down in Leopard’s Terminal
Terminal -> Preferences -> Settings -> Keyboard tab
Home - \001 (or press Ctrl+a)
End - \005 (or press Ctrl+e)
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