From 44a8cbc7063a92dd58ef851aff87c3fee281e846 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 14 Dec 2011 17:13:27 +0100 Subject: [PATCH] shortcut updates --- vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 4bac0c7..74a4bf9 100644 --- a/vimrc +++ b/vimrc @@ -119,7 +119,9 @@ set swb=usetab "make :sb go to tabs too "key mappings let mapleader = ',' -map R :source ~/.vimrc +map R :source ~/.vimrc +map t :CtrlP +map b :CtrlPBuffer "coffee vmap c :'<,'>:CoffeeCompile @@ -130,7 +132,7 @@ command -nargs=1 C CoffeeCompile | : nnoremap s :mksession! "Ack -nnoremap a :Ack +nnoremap a :Ack "Command-T options "let g:CommandTMatchWindowReverse=1