Skip to content

Instantly share code, notes, and snippets.

@morganp
Created January 13, 2014 20:17
Show Gist options
  • Select an option

  • Save morganp/8407288 to your computer and use it in GitHub Desktop.

Select an option

Save morganp/8407288 to your computer and use it in GitHub Desktop.
based on tips from [HackerNews](https://news.ycombinator.com/item?id=7051091)
set completion-ignore-case On
set bell-style none
set editing-mode vi
$if mode=vi
set keymap vi-command
"gg": beginning-of-history
"G": end-of-history
set keymap vi-insert
"jj": vi-movement-mode
"\C-p": history-search-backward
"\C-l": clear-screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment