about summary refs log tree commit diff
path: root/home/zsh/options.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'home/zsh/options.zsh')
-rw-r--r--home/zsh/options.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/zsh/options.zsh b/home/zsh/options.zsh
index 84ae8da..6d39bc1 100644
--- a/home/zsh/options.zsh
+++ b/home/zsh/options.zsh
@@ -21,3 +21,7 @@ setopt hist_reduce_blanks
 
 # Those options aren't wanted
 unsetopt beep extendedglob notify
+
+# word select works like in bash
+autoload -U select-word-style
+select-word-style bash