From 424d194703329c43f9c26c30785ddfa093fe999f Mon Sep 17 00:00:00 2001 From: Shawn M Moore Date: Sun, 9 Sep 2007 13:18:25 -0500 Subject: Get rid of some mappings I don't use --- vimrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vimrc b/vimrc index f9958d0..1263471 100644 --- a/vimrc +++ b/vimrc @@ -229,16 +229,9 @@ nmap \db :execute "w :execute '!darcs revert %' :execute 'e'" nmap \dB :execute "w :execute '!darcs unrevert %' :execute 'e'" "}}} -" testing mappings -autocmd FileType perl nnoremap \t :execute 'wa !prove -l t 1>/dev/null' -autocmd FileType perl nnoremap \T :execute 'wa !prove -lv t' - nmap :bn nmap :bp -autocmd FileType help nnoremap -autocmd FileType help nnoremap - " damnit cbus, you've won me over vnoremap < >gv -- cgit v1.2.3-54-g00ecf