vifm: Add zip creation shortcut xz
This commit is contained in:
parent
0bc4a41e03
commit
824e76c654
1 changed files with 2 additions and 0 deletions
|
@ -279,6 +279,8 @@ nnoremap xx :!atool -x %f<cr>
|
|||
nnoremap xc :!atool -a %c:r.tar.gz %f<cr>
|
||||
" archive currently selected file(s)
|
||||
nnoremap xa :!atool -a %c:r.tar %f<cr>
|
||||
" archive currently selected file(s)
|
||||
nnoremap xz :!atool -a %c:r.zip %f<cr>
|
||||
" combine selected PDFs into single one (named output.pdf)
|
||||
noremap gc :!pdftk %f cat output output.pdf
|
||||
|
||||
|
|
Loading…
Reference in a new issue