aboutsummaryrefslogtreecommitdiff
path: root/Common/zshrc
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2022-10-11 12:29:43 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2022-10-11 12:29:43 +0200
commit25892b502b18958b31a1b1ec6cd4e4d165481e9b (patch)
tree632777fc423417da45a5097008758ac266c6153b /Common/zshrc
parentc5d3dc7fa1c7f04f2149ab04718f542de05be2ee (diff)
downloaddotfiles-25892b502b18958b31a1b1ec6cd4e4d165481e9b.tar.gz
dotfiles-25892b502b18958b31a1b1ec6cd4e4d165481e9b.zip
Small tweaks
Diffstat (limited to 'Common/zshrc')
-rw-r--r--Common/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/zshrc b/Common/zshrc
index c09e55f..beda6af 100644
--- a/Common/zshrc
+++ b/Common/zshrc
@@ -52,6 +52,8 @@ source $ZSH/oh-my-zsh.sh
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
+# Enable vi mode
+bindkey -v
# Set vim as default editor
# export EDITOR=$(which vim)