Skip to content

Instantly share code, notes, and snippets.

@ksteigerwald
Created March 21, 2012 19:49
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 ksteigerwald/2152001 to your computer and use it in GitHub Desktop.
Save ksteigerwald/2152001 to your computer and use it in GitHub Desktop.
Input RC
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[C": forward-char
"\e[D": backward-char
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word
set completion-ignore-case On
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment