.
This commit is contained in:
parent
01db1cbdbd
commit
c8672b265b
@ -1,4 +1,4 @@
|
||||
call plug#begin('~/.cache/vim-plugins')
|
||||
call plug#begin('$XDG_CACHE_HOME/vim-plugins')
|
||||
Plug 'morhetz/gruvbox'
|
||||
Plug 'junegunn/fzf'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
|
@ -8,6 +8,7 @@ bindkey "^K" forward-char
|
||||
bindkey "^U" kill-whole-line
|
||||
bindkey -r "^[OA" up-line-or-history
|
||||
bindkey -r "^[[A" up-line-or-history
|
||||
#bindkey -M vicmd '^[' vi-add-eol
|
||||
|
||||
autoload -U promptinit && promptinit
|
||||
autoload -U compinit && compinit -d $XDG_DATA_HOME/zsh/zcompdump
|
||||
|
Loading…
Reference in New Issue
Block a user