diff options
author | Tharre <tharre3@gmail.com> | 2019-03-06 18:12:06 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2019-03-06 18:12:06 +0100 |
commit | 92bb09bc837b736d373e64b2312aea18bbdbb3b0 (patch) | |
tree | 64fb5aaf7ea095729c5971f9d9ea092b81402f37 | |
parent | a4693c481bc5384f88a338b1774d3a87051995b6 (diff) | |
download | dotfiles-92bb09bc837b736d373e64b2312aea18bbdbb3b0.tar.gz dotfiles-92bb09bc837b736d373e64b2312aea18bbdbb3b0.tar.xz dotfiles-92bb09bc837b736d373e64b2312aea18bbdbb3b0.zip |
zsh: add WORDCHARS to make CTRL-W behave better
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ alias wee='WEECHAT_PASSPHRASE="$(pass personal/weechat)" weechat' alias which-command='whence' alias ta='exec tmux new -A -s 1' +# https://unix.stackexchange.com/questions/250690/how-to-configure-ctrlw-as-delete-word-in-zsh +WORDCHARS='' + ## zsh options setopt extended_glob setopt long_list_jobs # TODO:? |