From 2d87eb80d91fb5d5079c5a9b09ca992cdeea72fd Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Tue, 12 Jun 2018 23:27:26 -0400 Subject: [PATCH] remove ack.vim --- vimrc | 1 - zshrc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 58cc47c..6cc29db 100644 --- a/vimrc +++ b/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 diff --git a/zshrc b/zshrc index 0ab3ce5..ff3ca72 100644 --- a/zshrc +++ b/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