diff options
Diffstat (limited to 'gvimrc')
-rw-r--r-- | gvimrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -50,9 +50,10 @@ au FileType ebuild map <S-F8> :w<CR>:!ebuild % manifest clean compile<CR> au FileType ebuild map <S-F9> :w<CR>:!ebuild % manifest clean compile install<CR> au FileType ebuild map <S-F9> :w<CR>:!ebuild % manifest clean compile test<CR> au FileType ebuild map <C-S-F10> :w<CR>:!sudo ebuild % merge<CR> -map <F7> :lnext<CR> -map <S-F7> :lprev<CR> au FileType gitcommit setlocal spell +map <F7> :lfir<CR>zz<CR>k +map <S-F7> :lnext<CR>zz<CR>k +map <C-S-F7> :lnext<CR>zz<CR>k map <F8> :cn<CR> map <S-F8> :cN<CR> map <F9> gg=G |