Created
April 16, 2015 15:36
-
-
Save kul/be3a88c8aa7393a25646 to your computer and use it in GitHub Desktop.
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 keymap vi-insert | |
$if mode=vi | |
set keymap vi-command | |
"gg": beginning-of-history | |
"G": end-of-history | |
"\C-l": clear-screen | |
set keymap vi-insert | |
"kj": vi-movement-mode | |
"\C-w": backward-kill-word | |
"\C-p": history-search-backward | |
"\C-n": history-search-forward | |
"\C-l": clear-screen | |
$endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment