summary refs log tree commit diff
path: root/zshrc
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-01-13 16:21:49 -0800
committerFranck Cuny <franck@fcuny.net>2021-01-13 16:21:49 -0800
commit86c23adc7600d600700bde98f4b486a824c9fd59 (patch)
treeb489625545fea95e4a31360288ea984980a05cce /zshrc
parentmake: fix symlink for git identity on darwin (diff)
downloademacs.d-86c23adc7600d600700bde98f4b486a824c9fd59.tar.gz
zsh: display completion menu
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 3f1f8a9..8de4f9a 100644
--- a/zshrc
+++ b/zshrc
@@ -7,6 +7,10 @@ setopt append_history
 setopt hist_ignore_space
 setopt share_history
 
+setopt auto_menu         # show completion menu on successive tab press
+setopt complete_in_word
+setopt always_to_end
+
 zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
 
 autoload -U select-word-style