diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/keybindings.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/keybindings.zsh b/zsh/keybindings.zsh index 2db2966..fb2b94a 100644 --- a/zsh/keybindings.zsh +++ b/zsh/keybindings.zsh @@ -15,6 +15,12 @@ zle -N zle-line-init zle -N zle-line-finish zle -N edit-command-line + +# Don't skip over / in e.g. paths +# <http://zshwiki.org/home/zle/bindkeys> +export WORDCHARS="${WORDCHARS:s#/#}" + + bindkey -v # Shift-tab |