vifm: Add new tab mapping
This commit is contained in:
parent
e464c5000a
commit
3795b20a59
1 changed files with 3 additions and 0 deletions
|
@ -227,6 +227,9 @@ nnoremap e :!nvim %f<cr>
|
|||
" Open file in the background using its default program
|
||||
nnoremap gb :file &<cr>l
|
||||
|
||||
" create a tab
|
||||
nnoremap <space>t :tabnew<cr>
|
||||
|
||||
" yank current directory path into the clipboard
|
||||
" clip is universal clipper from `sh` module
|
||||
nnoremap yd :!echo -n %d | clip %i<cr>
|
||||
|
|
Loading…
Reference in a new issue