From 4496fdf75dc3aea9406c63f59cab7b64b84ef474 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 9 Oct 2015 14:07:28 -0400 Subject: Emacs and vim config. --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 43baa08..9e03cf2 100755 --- a/vimrc +++ b/vimrc @@ -55,12 +55,12 @@ endif let g:unite_source_history_yank_enable = 1 call unite#filters#matcher_default#use(['matcher_fuzzy']) -nnoremap t :Unite -no-split -buffer-name=files -start-insert file_mru file_rec/async:! +nnoremap t :Unite -no-split -buffer-name=files -start-insert file_mru file_rec/async:. nnoremap r :Unite -no-split -buffer-name=mru -start-insert file_rec/git -nnoremap o :Unite -no-split -buffer-name=outline -start-insert outline +nnoremap O :Unite -no-split -buffer-name=outline outline nnoremap y :Unite -no-split -buffer-name=yank history/yank nnoremap b :Unite -no-split -buffer-name=buffer buffer bookmark -nnoremap g :Unite -no-split -buffer-name=grep -start-insert grep +nnoremap g :Unite -no-split -buffer-name=grep -start-insert grep:. " map t :CtrlP " map b :CtrlPBuffer -- cgit v1.2.3