aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 02940a0..32570ff 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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)