Created
August 8, 2018 08:49
-
-
Save bozakov/090c4cd03a0a92bc73278dc4e1d0694a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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