From 1a1a9a0522e593af343ae46051e35c05cba31bf6 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 29 Mar 2021 16:41:33 +0200 Subject: [PATCH] zsh-vi-mode plugin --- .gitmodules | 3 +++ zsh/.zshrc | 1 + zsh/modules/zsh-vi-mode | 1 + 3 files changed, 5 insertions(+) create mode 160000 zsh/modules/zsh-vi-mode diff --git a/.gitmodules b/.gitmodules index 4272994..9b9646d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "zsh/modules/wd"] path = zsh/modules/wd url = https://github.com/mfaerevaag/wd.git +[submodule "zsh/modules/zsh-vi-mode"] + path = zsh/modules/zsh-vi-mode + url = https://github.com/jeffreytse/zsh-vi-mode.git diff --git a/zsh/.zshrc b/zsh/.zshrc index a1952e2..86fdea2 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -31,6 +31,7 @@ if [ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ]; then fi # plugins +source $ZDOTDIR/modules/zsh-vi-mode/zsh-vi-mode.plugin.zsh source $ZDOTDIR/modules/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh export WD_CONFIG=$XDG_CONFIG_HOME/wd_list wd () { diff --git a/zsh/modules/zsh-vi-mode b/zsh/modules/zsh-vi-mode new file mode 160000 index 0000000..2b6cf69 --- /dev/null +++ b/zsh/modules/zsh-vi-mode @@ -0,0 +1 @@ +Subproject commit 2b6cf69040f3995f90f6de2e06e885a8e01ae38a