Skip to content

Instantly share code, notes, and snippets.

@knugie
Last active February 4, 2023 19:10
Show Gist options
  • Select an option

  • Save knugie/fc9964695951b4c13ed3 to your computer and use it in GitHub Desktop.

Select an option

Save knugie/fc9964695951b4c13ed3 to your computer and use it in GitHub Desktop.
# Use alt+arrow to move cursor by word# Mac OS X El Capitan # iTerm2 # zsh # ~/.zshrc
# Skip forward/back a word with opt-arrow
# https://gist.github.com/knugie/fc9964695951b4c13ed3
bindkey -e
bindkey '\e\e[C' forward-word
bindkey '\e\e[D' backward-word
@knugie
Copy link
Copy Markdown
Author

knugie commented Feb 4, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment