remove ack.vim
parent
e7fff44ee5
commit
2d87eb80d9
1
vimrc
1
vimrc
|
@ -8,7 +8,6 @@ Plug 'vim-airline/vim-airline'
|
|||
Plug 'vim-airline/vim-airline-themes'
|
||||
Plug 'Shougo/unite.vim'
|
||||
Plug 'devjoe/vim-codequery'
|
||||
Plug 'mileszs/ack.vim'
|
||||
call plug#end()
|
||||
|
||||
"""" General Settings
|
||||
|
|
2
zshrc
2
zshrc
|
@ -37,12 +37,12 @@ export KEYTIMEOUT=1
|
|||
bindkey '^K' history-beginning-search-backward
|
||||
bindkey '^J' history-beginning-search-forward
|
||||
bindkey '^w' backward-kill-word
|
||||
bindkey '\e[2~' insert-last-word
|
||||
if [ -f /etc/os-release ]; then
|
||||
. /etc/os-release
|
||||
if [ "$ID" = "rhel" ]; then
|
||||
bindkey '\e[1~' beginning-of-line
|
||||
bindkey '\e[4~' end-of-line
|
||||
bindkey '\e[2~' insert-last-word
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue