summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn M Moore <sartak@gmail.com>2007-09-09 13:18:25 -0500
committerShawn M Moore <sartak@gmail.com>2007-09-09 13:18:25 -0500
commit424d194703329c43f9c26c30785ddfa093fe999f (patch)
treeb7a65cd2c84f880fae4e03a3c187a3d7b35a5061
parent30e50af72be959874004412e99a9739b4f06c0d9 (diff)
downloadvim-foldtext-424d194703329c43f9c26c30785ddfa093fe999f.tar.gz
vim-foldtext-424d194703329c43f9c26c30785ddfa093fe999f.zip
Get rid of some mappings I don't use
-rw-r--r--vimrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/vimrc b/vimrc
index f9958d0..1263471 100644
--- a/vimrc
+++ b/vimrc
@@ -229,16 +229,9 @@ nmap \db :execute "w <bar> :execute '!darcs revert %' <bar> :execute 'e'"<CR>
nmap \dB :execute "w <bar> :execute '!darcs unrevert %' <bar> :execute 'e'"<CR>
"}}}
-" testing mappings
-autocmd FileType perl nnoremap \t :execute 'wa <bar> !prove -l t 1>/dev/null'<CR>
-autocmd FileType perl nnoremap \T :execute 'wa <bar> !prove -lv t'<CR>
-
nmap <Right> :bn<CR>
nmap <Left> :bp<CR>
-autocmd FileType help nnoremap <CR> <C-]>
-autocmd FileType help nnoremap <BS> <C-T>
-
" damnit cbus, you've won me over
vnoremap < <gv
vnoremap > >gv