aboutsummaryrefslogtreecommitdiff
path: root/stow/ranger/.config/ranger/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'stow/ranger/.config/ranger/rc.conf')
-rw-r--r--stow/ranger/.config/ranger/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/stow/ranger/.config/ranger/rc.conf b/stow/ranger/.config/ranger/rc.conf
index d5e1f05..8c566ed 100644
--- a/stow/ranger/.config/ranger/rc.conf
+++ b/stow/ranger/.config/ranger/rc.conf
@@ -253,7 +253,7 @@ alias travel scout -aefiklst
# Custom
map ,b bulkrename
-map ,d shell rm.sh %s
+map ,d shell rm.sh "%s"
map ,s shell tmux split-window -p 60 -c %d &
map ,S shell tmux new-window -a -n shell -c %d &
map ,e shell tmux new-window -a -n $EDITOR "$EDITOR %s"
@@ -262,7 +262,7 @@ map ,W console shell ~/scripts/floats/floatBgBrowser.sh %d/ &
map ,p shell asPDF.sh %f
map ,P shell lowriter --convert-to pdf %f
map ,um shell sudo umount %p
-map ,z shell zip -r %f.zip %s
+map ,z shell zip -r %f.zip "%s"
map ,uz shell 7z x %f
map ,ur shell unrar x %f
map ,ut shell tar -xvzf %f