Skip to content

Instantly share code, notes, and snippets.

@cormacrelf
Created February 1, 2012 04:21
Show Gist options
  • Save cormacrelf/1715084 to your computer and use it in GitHub Desktop.
Save cormacrelf/1715084 to your computer and use it in GitHub Desktop.
keybindings
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