cfd04ac5dc85

vim: add quickfix movement mappings
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 22 Feb 2011 12:49:42 -0500
parents a85e3b4342d7
children 408eea0aa65c
branches/tags (none)
files vim/.vimrc

Changes

--- a/vim/.vimrc	Tue Feb 22 12:00:18 2011 -0500
+++ b/vim/.vimrc	Tue Feb 22 12:49:42 2011 -0500
@@ -121,6 +121,8 @@
 nnoremap ¬ :lprevious<cr>
 inoremap ˚ <esc>:lnext<cr>
 inoremap ¬ <esc>:lprevious<cr>
+nnoremap <m-Down> :cnext<cr>
+nnoremap <m-Up> :cprevious<cr>
 
 " Directional Keys {{{