Skip to content

Instantly share code, notes, and snippets.

@wavedocs
Created January 14, 2016 09:19
Show Gist options
  • Save wavedocs/42f2ded0d40fe2715b9d to your computer and use it in GitHub Desktop.
Save wavedocs/42f2ded0d40fe2715b9d to your computer and use it in GitHub Desktop.
"\e[1~": beginning-of-line # Home key
"\e[4~": end-of-line # End key
"\e[5~": beginning-of-history # PageUp key
"\e[6~": end-of-history # PageDown key
"\e[3~": delete-char # Delete key
"\e[2~": quoted-insert # Insert key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment