From a18eb0eaf7494eb4585d247043c9b9fdc6291955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sun, 17 Sep 2023 17:24:38 +0200 Subject: [PATCH] Update gitmodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 917e2c1..09e2591 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "zsh/zsh-autocomplete"] path = zsh/zsh-autocomplete url = https://github.com/marlonrichert/zsh-autocomplete.git +[submodule "zsh/zsh-vi-mode"] + path = zsh/zsh-vi-mode + url = https://github.com/jeffreytse/zsh-vi-mode.git