Created
February 1, 2012 04:21
-
-
Save cormacrelf/1715084 to your computer and use it in GitHub Desktop.
keybindings
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
bindkey -v | |
bindkey "^P" vi-up-line-or-history | |
bindkey "^N" vi-down-line-or-history | |
bindkey "^A" beginning-of-line | |
bindkey "^E" end-of-line | |
bindkey "^H" backward-delete-char | |
bindkey "^U" backward-kill-line | |
bindkey "^?" backward-delete-char | |
bindkey "^[[2~" beep | |
bindkey "^[[5~" vi-backward-blank-word | |
bindkey "^[[6~" vi-forward-blank-word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment