Add zsh vi mode and completions
authorma <ma@beaudet.xyz>
Tue, 30 Mar 2021 21:46:53 +0000 (23:46 +0200)
committerma <ma@beaudet.xyz>
Tue, 30 Mar 2021 21:46:53 +0000 (23:46 +0200)
.config/zsh/zsh-completions [new submodule]
.config/zsh/zsh-vi-mode [new submodule]
.gitmodules

diff --git a/.config/zsh/zsh-completions b/.config/zsh/zsh-completions
new file mode 160000 (submodule)
index 0000000..f0c8569
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit f0c856912cd5a74041978d6b02e22b6d3db69924
diff --git a/.config/zsh/zsh-vi-mode b/.config/zsh/zsh-vi-mode
new file mode 160000 (submodule)
index 0000000..2b6cf69
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 2b6cf69040f3995f90f6de2e06e885a8e01ae38a
index 69cdb28..6f2e4fc 100644 (file)
@@ -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