Remove redundant vim settings

master
Hektor Misplon 2020-12-10 14:57:19 +01:00
parent 7602ba703e
commit 9062ff38b3
1 changed files with 3 additions and 5 deletions

View File

@ -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