- commit
- 0b91b65b83911a0a098c3899fbdfb0073d85f874
- parent
- 2de4926b917a70e1338d8eebe2a71e256064950c
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-02-26 06:38
add key mappings to jump between errors same as in vim-unimpaired
Diffstat
| M | plugin/lint.vim | 9 | +++++++++ |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugin/lint.vim b/plugin/lint.vim
@@ -1,2 +1,11 @@ 1 1 command! Lint call lint#Lint() 2 2 nnoremap <F7> :Lint<CR> -1 3 -1 4 nnoremap [q :cprev<CR> -1 5 nnoremap ]q :cnext<CR> -1 6 nnoremap [Q :cfirst<CR> -1 7 nnoremap ]Q :clast<CR> -1 8 nnoremap [l :lprev<CR> -1 9 nnoremap ]l :lnext<CR> -1 10 nnoremap [L :lfirst<CR> -1 11 nnoremap ]L :llast<CR>