Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created March 6, 2013 21:22
Show Gist options
  • Save tsabat/5103206 to your computer and use it in GitHub Desktop.
Save tsabat/5103206 to your computer and use it in GitHub Desktop.
vim keybindings at the zsh shell
set -o vi
bindkey -v
bindkey '\e[3~' delete-char
bindkey '^R' history-incremental-search-backward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment