Ranger: Change compress command

This commit is contained in:
Thomas Dehaeze 2019-05-30 16:22:50 +02:00
parent 9ba11f905b
commit f974b02a02

View File

@ -211,9 +211,9 @@ alias travel scout -aefiklst
map ,x shell atool -x %f map ,x shell atool -x %f
#+END_SRC #+END_SRC
*** TODO Compress *** Compress
#+BEGIN_SRC conf #+BEGIN_SRC conf
map ,z shell tar -cvzf %f.tar.gz %f map ,z shell apack %f.zip %f
#+END_SRC #+END_SRC
*** Delete first page of pdf *** Delete first page of pdf
@ -233,7 +233,7 @@ map ,z shell tar -cvzf %f.tar.gz %f
*** Open current folder with PCManFM *** Open current folder with PCManFM
#+begin_src conf #+begin_src conf
map O shell nohup pcmanfm %d & map ,o shell nohup pcmanfm %d &
#+end_src #+end_src
** Define keys for the browser ** Define keys for the browser