Skip to content

Instantly share code, notes, and snippets.

@atombender
Created August 12, 2013 21:00
Show Gist options
  • Save atombender/6215192 to your computer and use it in GitHub Desktop.
Save atombender/6215192 to your computer and use it in GitHub Desktop.
# Unicode
set convert-meta off
set input-meta on
set output-meta on
# Miscellaneous options
set bell-style audible
set horizontal-scroll-mode off
set mark-directories on
set match-hidden-files on
# Shortcuts
"\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
# Alt-space
" ": beginning-of-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment