Skip to content

Instantly share code, notes, and snippets.

@knwng
Created September 27, 2024 19:12
Show Gist options
  • Save knwng/acfba721c6ae056301da46259314b962 to your computer and use it in GitHub Desktop.
Save knwng/acfba721c6ae056301da46259314b962 to your computer and use it in GitHub Desktop.
zsh key bind
bindkey "^[[1;3C" forward-word
bindkey "^[[1;3D" backward-word
bindkey '^H' backward-kill-word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment