vifm: Add zip creation shortcut xz

This commit is contained in:
Marty Oehme 2023-01-07 14:57:24 +01:00
parent 0bc4a41e03
commit 824e76c654
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9

View file

@ -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