Skip to content

Instantly share code, notes, and snippets.

@tridungpham
Created July 7, 2022 08:40
Show Gist options
  • Save tridungpham/125748bb9121689d3262a3f8dcded272 to your computer and use it in GitHub Desktop.
Save tridungpham/125748bb9121689d3262a3f8dcded272 to your computer and use it in GitHub Desktop.
Configuring word jumping for kitty & iterm2
# this config is for zsh
# iterm
bindkey "\e\e[D" backward-word # ⌥←
bindkey "\e\e[C" forward-word # ⌥→
# kitty
bindkey "\e[1;3D" backward-word # ⌥←
bindkey "\e[1;3C" forward-word # ⌥→
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment