We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f011d commit e9ffed1Copy full SHA for e9ffed1
home/dot_config/zsh/exact_private_zsh.d/private_050_completion.zsh
@@ -22,6 +22,10 @@ compdef tit=git
22
# Menu selection: highlight the current completion
23
zstyle ':completion:*' menu select
24
25
+# Accept completion and execute with Enter (like bash)
26
+zmodload zsh/complist
27
+bindkey -M menuselect '^M' .accept-line
28
+
29
# Case-insensitive matching
30
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
31
0 commit comments