diff --git a/.bashrc b/.bashrc index edb2c40..d6b0225 100644 --- a/.bashrc +++ b/.bashrc @@ -40,15 +40,13 @@ export MANWIDTH source /usr/share/fzf/*.bash source /usr/share/fzf/key-bindings.bash -# Vim style keybindings -export EDITOR='vim' -set -o vi -bind '"jj":"\e"' - export FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -t -g ""' export FZF_DEFAULT_OPTS='--height 38% --reverse --border --prompt="❭ " --pointer="❭"' export FZF_COMPLETION_OPTS='-x' +# Vim +export EDITOR='vim' + # Nvm lazy_load_nvm() { unset -f nvm node npm npx