Skip to content

Instantly share code, notes, and snippets.

@guterz
Last active August 30, 2022 04:56
Show Gist options
  • Save guterz/bd614160443066ff7b62eedbbaff5163 to your computer and use it in GitHub Desktop.
Save guterz/bd614160443066ff7b62eedbbaff5163 to your computer and use it in GitHub Desktop.
Bind keys for .zshrc and iTerm
bindkey "[D" backward-word
bindkey "[C" forward-word
bindkey "^[a" beginning-of-line
bindkey "^[e" end-of-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment