Skip to content

Instantly share code, notes, and snippets.

@behrends
Created March 16, 2011 09:03
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 behrends/872214 to your computer and use it in GitHub Desktop.
Save behrends/872214 to your computer and use it in GitHub Desktop.
skip word on zsh in ubuntu
#find out key codes like this (type in any combination of keys)
cat > /dev/null
#add this to .zshrc
bindkey "^[[1;3C" forward-word
bindkey "^[[1;3D" backward-word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment