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
|
@ -65,6 +65,7 @@ dos2unix Text file format converter R
|
|||
dotter-rs-bin A dotfile manager and templater written in Rust A
|
||||
duf Disk Usage/Free Utility R
|
||||
dust A more intuitive version of du in rust R
|
||||
edir Program to rename, remove, and copy files and directories using your editor A
|
||||
efm-langserver General purpose Language Server A
|
||||
enca Charset analyser and converter R
|
||||
entr Run arbitrary commands when files change R
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 32.
|
|
@ -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…
Reference in a new issue