-
-
Save flyingoctopus/1204306 to your computer and use it in GitHub Desktop.
Basic amenities for vi readline bindings
This file contains 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 keymap vi-insert | |
Control-a: beginning-of-line | |
Control-b: backward-char | |
Control-d: delete-char | |
Control-e: end-of-line | |
Control-f: forward-char | |
Control-k: kill-line | |
Control-n: next-history | |
Control-p: previous-history | |
set keymap emacs-ctlx | |
v: vi-editing-mode | |
Control-v: "\C-xv\e" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment