remove ack.vim
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user