From: ma Date: Tue, 30 Mar 2021 21:46:53 +0000 (+0200) Subject: Add zsh vi mode and completions X-Git-Url: https://git.beaudet.xyz/?a=commitdiff_plain;h=71c92eb987caaf99f0e2e32cad51d349d3143aa5;p=dot.git Add zsh vi mode and completions --- diff --git a/.config/zsh/zsh-completions b/.config/zsh/zsh-completions new file mode 160000 index 0000000..f0c8569 --- /dev/null +++ b/.config/zsh/zsh-completions @@ -0,0 +1 @@ +Subproject commit f0c856912cd5a74041978d6b02e22b6d3db69924 diff --git a/.config/zsh/zsh-vi-mode b/.config/zsh/zsh-vi-mode new file mode 160000 index 0000000..2b6cf69 --- /dev/null +++ b/.config/zsh/zsh-vi-mode @@ -0,0 +1 @@ +Subproject commit 2b6cf69040f3995f90f6de2e06e885a8e01ae38a diff --git a/.gitmodules b/.gitmodules index 69cdb28..6f2e4fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,9 @@ path = .vim url = mars:/srv/git/vim.git branch = main +[submodule ".config/zsh/zsh-vi-mode"] + path = .config/zsh/zsh-vi-mode + url = https://github.com/jeffreytse/zsh-vi-mode +[submodule ".config/zsh/zsh-completions"] + path = .config/zsh/zsh-completions + url = https://github.com/zsh-users/zsh-completions