diff options
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ eval $(dircolors ~/.dircolors) autoload -Uz url-quote-magic zle -N self-insert url-quote-magic +# enable vi mode +setopt -o vi + # General setopt BRACE_CCL # Allow brace character class list expansion. setopt COMBINING_CHARS # Combine zero-length punctuation characters (accents) |