This commit is contained in:
Till 2023-07-01 10:54:32 +02:00
parent 3c44560b1c
commit a330d605a4
11 changed files with 28 additions and 7 deletions

View file

@ -35,6 +35,7 @@ nnoremap gF :edit <cfile><return>
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