Skip to content

Instantly share code, notes, and snippets.

@bozakov
Created August 8, 2018 08:49
Show Gist options
  • Save bozakov/090c4cd03a0a92bc73278dc4e1d0694a to your computer and use it in GitHub Desktop.
Save bozakov/090c4cd03a0a92bc73278dc4e1d0694a to your computer and use it in GitHub Desktop.
### completion ###
set show-all-if-ambiguous on
set completion-ignore-case on
### emacs ###
set editing-mode emacs
set keymap emacs
### history search ###
"\e[5~": history-search-backward #PgUp
"\e[6~": history-search-forward #PgDn
"\e[A": history-search-backward #Up
"\e[B": history-search-forward #Dn
### german chars ###
set input-meta on
set convert-meta off
set output-meta on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment