diff options
-rw-r--r-- | zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -194,6 +194,11 @@ compinit compdef _ssh ssha=ssh compdef _ssh ssh-co-dotfiles=ssh +# make tabbing in a-r paths work: +# mkdir -p test/test1/test2/test3 && chmod a-r test/test1 +# ls -l test/test1/test2/<tab><tab> +zstyle ':completion:*' accept-exact-dirs true + insert-comment() { BUFFER="#$BUFFER" zle accept-line |