Skip to content

Instantly share code, notes, and snippets.

@mattjmorrison
Last active December 29, 2015 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattjmorrison/7691755 to your computer and use it in GitHub Desktop.
Save mattjmorrison/7691755 to your computer and use it in GitHub Desktop.
zsh emacs key bindings
echo "Loading Emacs Bindings"
bindkey '^b' backward-word
bindkey '^f' forward-word
bindkey '^R' history-incremental-search-backward
bindkey '^R' history-incremental-pattern-search-backward
bindkey '^?' backward-delete-char
bindkey '^H' backward-delete-char
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment