From fef24cbc4a7c2da150f1177fff06ad382dd58f9d Mon Sep 17 00:00:00 2001 From: Guus van Meerveld Date: Tue, 7 Mar 2023 00:28:23 +0100 Subject: [PATCH] Remove vim mode from zsh config --- config/.zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/.zshrc b/config/.zshrc index 1c448ab..9250a15 100644 --- a/config/.zshrc +++ b/config/.zshrc @@ -24,7 +24,7 @@ export PATH="$PNPM_HOME:$PYTHON_HOME:$PATH" source ~/.aliases # Plugins -plugins=(git colorize docker yarn debian vscode sudo alias-finder archlinux zsh-histdb zsh-autosuggestions wakeonlan vi-mode) +plugins=(git colorize docker yarn debian vscode sudo alias-finder archlinux zsh-histdb zsh-autosuggestions wakeonlan) # Oh-my-zsh source $ZSH/oh-my-zsh.sh @@ -41,7 +41,5 @@ bindkey "^y" redo bindkey "^H" backward-kill-word bindkey "^ " autosuggest-accept -eval "$(zoxide init zsh)" - # Powerlevel10k source ~/.p10k.zsh