Skip to content

Instantly share code, notes, and snippets.

@segevofer
Created May 24, 2017 13:12
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 segevofer/99af2266943bc9f8997ff01713cfd8a4 to your computer and use it in GitHub Desktop.
Save segevofer/99af2266943bc9f8997ff01713cfd8a4 to your computer and use it in GitHub Desktop.
input rc conf
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": history-search-backward
"\e[6~": history-search-forward
"\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
"\e[A": history-search-backward
"\e[B": history-search-forward
set completion-ignore-case On
set expand-tilde on
set convert-meta off
set input-meta on
set output-meta on
set show-all-if-ambiguous on
set visible-stats on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment