Skip to content

Instantly share code, notes, and snippets.

@markscottwright
Created November 14, 2021 04:14
Show Gist options
  • Save markscottwright/bf81539661b84649ea7924790729d596 to your computer and use it in GitHub Desktop.
Save markscottwright/bf81539661b84649ea7924790729d596 to your computer and use it in GitHub Desktop.
VI mode inputrc
set editing-mode vi
set bell-style none
$if mode=vi
set keymap vi-command
"gg": beginning-of-history
"G": end-of-history
set keymap vi-insert
"kj": vi-movement-mode
"\C-w": backward-kill-word
"\C-p": history-search-backward
$endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment