Skip to content

Commit 2c36855

Browse files
committed
feat ✨(zsh): use forward-word for ^w instead of autosuggest-execute
1 parent 23dd089 commit 2c36855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zsh/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
8383
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
8484

8585
# Key bindings
86-
bindkey '^w' autosuggest-execute
86+
bindkey '^w' forward-word
8787
bindkey '^e' autosuggest-accept
8888
bindkey '^u' autosuggest-toggle
8989
bindkey '^L' vi-forward-word

0 commit comments

Comments
 (0)