diff options
| author | Matthias Braendli <matthias.braendli@u-blox.com> | 2014-04-30 11:21:33 +0200 |
|---|---|---|
| committer | Matthias Braendli <matthias.braendli@u-blox.com> | 2014-04-30 11:21:33 +0200 |
| commit | 3f6570961c4d44773d6a48feac710c7f6792ca70 (patch) | |
| tree | f79bab64fe2128d006ee9ac8265b0658fd922777 | |
| parent | b10b2866124aa688a07d5719ffdca614d0ad241b (diff) | |
| download | vimrc-3f6570961c4d44773d6a48feac710c7f6792ca70.tar.gz vimrc-3f6570961c4d44773d6a48feac710c7f6792ca70.tar.bz2 vimrc-3f6570961c4d44773d6a48feac710c7f6792ca70.zip | |
add prev/next error and hunk
| -rw-r--r-- | dotvimrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -266,6 +266,13 @@ noremap ]b :bnext<CR> noremap [l :lprev<CR> noremap ]l :lnext<CR> +"Error list +noremap [e :cNext<CR> +noremap ]e :cnext<CR> + +noremap [h :GitGutterPrevHunk<CR> +noremap ]h :GitGutterNextHunk<CR> + "GIT timelapse noremap <Leader>gt :call TimeLapse()<cr> |
