- commit
- 269c1ff7b63ebd4b38c26f4645ce37f51713caa5
- parent
- fdaa95ec9530b0a713e598f25eaa21f3dfd82034
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-01-29 14:39
rm navigation mappings
Diffstat
| M | plugin/lint.vim | 9 | --------- |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugin/lint.vim b/plugin/lint.vim
@@ -1,12 +1,3 @@ 1 1 command! Lint call lint#Lint() 2 2 nnoremap <F7> :Lint<CR> 3 3 autocmd QuitPre * lclose4 -15 -1 nnoremap [q :cprev<CR>6 -1 nnoremap ]q :cnext<CR>7 -1 nnoremap [Q :cfirst<CR>8 -1 nnoremap ]Q :clast<CR>9 -1 nnoremap [l :lprev<CR>10 -1 nnoremap ]l :lnext<CR>11 -1 nnoremap [L :lfirst<CR>12 -1 nnoremap ]L :llast<CR>