Skip to content

Instantly share code, notes, and snippets.

@sergeybe
Created August 1, 2018 15:27
Show Gist options
  • Save sergeybe/b486a677d0419f381a4d4082c70a8a6c to your computer and use it in GitHub Desktop.
Save sergeybe/b486a677d0419f381a4d4082c70a8a6c to your computer and use it in GitHub Desktop.
# 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