aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-09-28 21:14:16 +0200
committerDavid Runge <dave@sleepmap.de>2021-09-28 21:14:16 +0200
commit59d11a312c284754fbeb27a311ff043a9f9b6c84 (patch)
tree3c6f36440cfa2ed3bf92709617895af0fe9e6dff /.zshrc
parentc7b1dc1bed36bf09390c070bb5499c7261d6c47c (diff)
downloaddotfiles-59d11a312c284754fbeb27a311ff043a9f9b6c84.tar.gz
dotfiles-59d11a312c284754fbeb27a311ff043a9f9b6c84.tar.bz2
dotfiles-59d11a312c284754fbeb27a311ff043a9f9b6c84.tar.xz
dotfiles-59d11a312c284754fbeb27a311ff043a9f9b6c84.zip
zshrc: Add vi mode
.zshrc: Enable vi mode.
Diffstat (limited to '.zshrc')
-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)