Remove redundant vim settings
parent
7602ba703e
commit
9062ff38b3
8
.bashrc
8
.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
|
||||
|
|
Loading…
Reference in New Issue