Skip to content

Commit 29c3262

Browse files
committed
chore: more vifm mappings
1 parent 1c75c26 commit 29c3262

File tree

1 file changed

+4
-0
lines changed
  • config-linux/.config/vifm

1 file changed

+4
-0
lines changed

config-linux/.config/vifm/vifmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ nnoremap D DD
273273
noremap <C-t> :tabnew<cr>
274274
" Close current tab
275275
noremap Q :tabclose<cr>
276+
" Next tab
277+
noremap ]t gt
278+
" Previous tab
279+
noremap [t gT
276280
277281
" Open current directory in the other pane
278282
noremap <A-i> :sync<cr>

0 commit comments

Comments
 (0)