vifm: Add shortcut to extract selected file

Using `gx` the currently selected file(s?) will get extracted,
automatically using the correct extraction program for the compression
algorithm and creating a folder if necessary to avoid a file explosion
in the current directory (all default features of the `atool` program
which is a dependency)
This commit is contained in:
Marty Oehme 2020-09-07 22:02:47 +02:00
parent 5d265a33f7
commit 4774cd5b15
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A

View file

@ -491,6 +491,9 @@ nnoremap <c-y> :cd %D<cr>
" again?
nnoremap zc zm
" extract currently selected file(s)
nnoremap gx :!atool -x %f<cr>
" }}}
" Classify (Icons) {{{
" file types