Created
August 1, 2018 15:27
-
-
Save sergeybe/b486a677d0419f381a4d4082c70a8a6c to your computer and use it in GitHub Desktop.
This file contains 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
# C-X C-R reload | |
set convert-meta off | |
set bell-style none | |
set mark-symlinked-directories on | |
#TAB: menu-complete | |
"\e[Z": "\e-1\C-i" | |
set colored-stats on | |
"\e[5~": history-search-backward | |
"\e[6~": history-search-forward | |
"\e[G": "\C-n" | |
"\e[1~": beginning-of-line | |
"\e[4~": end-of-line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment