Skip to content

Instantly share code, notes, and snippets.

@kencoba
Created July 4, 2017 00:14
Show Gist options
  • Save kencoba/444c58507ae537ea83c74982460aacb7 to your computer and use it in GitHub Desktop.
Save kencoba/444c58507ae537ea83c74982460aacb7 to your computer and use it in GitHub Desktop.
Moving a word with Ctrl+Arrow.
bindkey '^[[C' forward-word
bindkey '^[[D' backward-word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment