Skip to content

Instantly share code, notes, and snippets.

@jkrasnay
Created October 5, 2017 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkrasnay/2d32f7ea053487254093e9b582c6ca57 to your computer and use it in GitHub Desktop.
Save jkrasnay/2d32f7ea053487254093e9b582c6ca57 to your computer and use it in GitHub Desktop.
.inputrc file for Vi-mode editing
set editing-mode vi
set keymap vi
$if mode=vi
set keymap vi-insert
"jj": vi-movement-mode
$endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment