vifm: Switch from vidir to edir invocation
edir is a slightly improved version of the morutils tool 'vidir'. We switch to it to change directories, files and only sub-directories (Invoked with ,rr / ,rf / ,rd respectively).
This commit is contained in:
parent
a70f1d226a
commit
086ad20add
2 changed files with 4 additions and 1 deletions
|
|
@ -323,7 +323,9 @@ nnoremap ,t :!vifm-thumbnailer -t %u %c<cr>
|
|||
nnoremap ,T :!vifm-thumbnailer -r -t %u %c<cr>
|
||||
|
||||
" batch rename or delete files in current dir
|
||||
nnoremap ,r :!vidir<cr>
|
||||
nnoremap ,rr :!edir<cr>
|
||||
nnoremap ,rf :!edir --files<cr>
|
||||
nnoremap ,rd :!edir --dirs<cr>
|
||||
|
||||
if executable('zoxide')
|
||||
" integrate zoxide search and add any vifm-visited paths automatically
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue