Created
July 7, 2022 08:40
-
-
Save tridungpham/125748bb9121689d3262a3f8dcded272 to your computer and use it in GitHub Desktop.
Configuring word jumping for kitty & iterm2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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