diff --git a/zsh/zsh.d/20-bindkeys.zsh b/zsh/zsh.d/20-bindkeys.zsh index aeb8414..d4b6ac7 100644 --- a/zsh/zsh.d/20-bindkeys.zsh +++ b/zsh/zsh.d/20-bindkeys.zsh @@ -1,4 +1,9 @@ ####################################################################################### +# +# Backward-kill-word stop on dir delimiter +autoload -U select-word-style +select-word-style bash + # Useful under iTerm bindkey "-e" bindkey "\e[1~" beginning-of-line