diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-05-21 16:50:09 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-05-21 16:50:09 +0200 |
commit | ada3ece1f5b7574f2814fe0fb1ae5bec1ffb3d32 (patch) | |
tree | f031bf246d79dbd64f7bb46ae7b8ba6ec5ea9771 /files/ranger | |
parent | e74fab986448b9b4e707dd2ae7dd089b82fc73f0 (diff) | |
download | configs-ada3ece1f5b7574f2814fe0fb1ae5bec1ffb3d32.tar.gz configs-ada3ece1f5b7574f2814fe0fb1ae5bec1ffb3d32.zip |
Tue 21 May 2019 04:50:11 PM CEST
Diffstat (limited to 'files/ranger')
-rw-r--r-- | files/ranger/rc.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/files/ranger/rc.conf b/files/ranger/rc.conf index 0c61f63..e3c868e 100644 --- a/files/ranger/rc.conf +++ b/files/ranger/rc.conf @@ -245,6 +245,7 @@ alias travel scout -aefiklst # =================================================================== # Custom +map ,b bulkrename map ,d shell rm.sh %s map ,s shell tmux split-window -p 60 -c %d & map ,S shell tmux new-window -a -t 1 -n shell -c %d & @@ -252,7 +253,10 @@ map ,w shell setBG.sh %f & map ,W console shell ~/scripts/floats/floatBgBrowser.sh %d/ & map ,p shell asPDF.sh %f map ,P shell lowriter --convert-to pdf %f -map ,u shell sudo umount %p +map ,um shell sudo umount %p +map ,z shell zip -r %f.zip %s +map ,uz shell unzip %f +map ,c shell scp.sh %s # Basic map Q quit! |