vimwiki and vim-pandoc

This commit is contained in:
Till 2026-02-04 13:38:28 +01:00
parent f511922568
commit d4474ef5ce
3 changed files with 31 additions and 19 deletions

View file

@ -34,10 +34,6 @@ nnoremap gx :! xdg-open <cfile><return>
nnoremap <silent> <tab> :bnext<return>
nnoremap <silent> <S-tab> :bnext<return>
nnoremap <silent> Q :bdelete<return>
nnoremap <c-h> <c-w>h
nnoremap <c-j> <c-w>j
nnoremap <c-k> <c-w>k
nnoremap <c-l> <c-w>l
nnoremap <c-q> :hide<return>
nnoremap <leader>m :make<return>