From e36cfef8517d38c35e7463f2f41bf6e66b6e6d80 Mon Sep 17 00:00:00 2001
From: afranco <afonso@francof.net>
Date: Thu, 22 Feb 2024 11:39:50 +0000
Subject: [PATCH] chore(ZSH): added vi mode

---
 .zshrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.zshrc b/.zshrc
index cf30db0..da33519 100644
--- a/.zshrc
+++ b/.zshrc
@@ -73,10 +73,10 @@ ZSH_CUSTOM=/Users/afonso/.config/zsh
 
 
 #THEME
-source $HOME/.config/zsh/themes/gruvbox_light.zsh
+source $HOME/.config/zsh/themes/gruvbox_dark.zsh
 source $HOME/.config/zsh/overrides.zsh
 
-plugins=(git sudo macos tmux command-not-found web-search zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting fzf-tab)
+plugins=(zsh-vi-mode git sudo macos tmux command-not-found web-search zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting fzf-tab)
 
 
 #Completions