diff options
author | David Runge <dave@sleepmap.de> | 2021-09-28 21:14:16 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2021-09-28 21:14:16 +0200 |
commit | 59d11a312c284754fbeb27a311ff043a9f9b6c84 (patch) | |
tree | 3c6f36440cfa2ed3bf92709617895af0fe9e6dff | |
parent | c7b1dc1bed36bf09390c070bb5499c7261d6c47c (diff) | |
download | dotfiles-59d11a312c284754fbeb27a311ff043a9f9b6c84.tar.gz dotfiles-59d11a312c284754fbeb27a311ff043a9f9b6c84.tar.bz2 dotfiles-59d11a312c284754fbeb27a311ff043a9f9b6c84.tar.xz dotfiles-59d11a312c284754fbeb27a311ff043a9f9b6c84.zip |
zshrc: Add vi mode
.zshrc:
Enable vi mode.
-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) |