From 7dd63ba1df411c6380b4649075e4c37a7894c4d0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 13 Jul 2015 00:03:13 -0400 Subject: vimrc: Add mappings for pick.vim Mappings to run pick and open a buffer from it in various configurations. --- vimrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 10e679c..ba53677 100644 --- a/vimrc +++ b/vimrc @@ -302,6 +302,9 @@ " * Remove Autocommands section as it's not used. " * Disable auditory.vim " +" 2015.07.12: +" * Add pick mappings +" " Pathogen @@ -471,6 +474,15 @@ nnoremap abt :Unite -start-insert -immediately buffer tabopen let g:ctrlp_user_command = 'ag %s -l --nocolor --hidden -g ""' +" pick +nnoremap xd :call PickFile() +nnoremap xs :call PickFileSplit() +nnoremap xv :call PickFileVerticalSplit() +nnoremap xt :call PickFileTab() +nnoremap xb :call PickBuffer() +nnoremap x] :call PickTag() + + " PreserveNoEOL let g:PreserveNoEOL = 1 -- cgit v1.2.3