Created
November 14, 2021 04:14
-
-
Save markscottwright/bf81539661b84649ea7924790729d596 to your computer and use it in GitHub Desktop.
VI mode inputrc
This file contains hidden or 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
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