use atool to extract archives instead of non-existing extract script
This commit is contained in:
parent
bf5b003d83
commit
6fda790b71
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ map cW bulkrename %s
|
||||||
map mkd console mkdir%space
|
map mkd console mkdir%space
|
||||||
map sc console shell ln -sT%space
|
map sc console shell ln -sT%space
|
||||||
map D console delete
|
map D console delete
|
||||||
map X shell extract %f
|
map X shell atool -x %f
|
||||||
map Z shell tar -cvzf %f.tar.gz %s
|
map Z shell tar -cvzf %f.tar.gz %s
|
||||||
map <C-f> fzf_select
|
map <C-f> fzf_select
|
||||||
map <C-l> fzf_locate
|
map <C-l> fzf_locate
|
||||||
|
|
Loading…
Reference in a new issue