From f46c77fd9dfd1a519f33d02aefb2f4685e8c2363 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Fri, 17 Jan 2020 09:49:28 +0100 Subject: [PATCH] Improve Shift+S mapping in ranger Shift+S now sets the variable $SELECT to the full paths of the selected files before opening a new shell --- ranger.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ranger.conf b/ranger.conf index 9bff2f8..61872db 100644 --- a/ranger.conf +++ b/ranger.conf @@ -9,6 +9,8 @@ map £ mark_tag %any map f console scout -fpli%space map L console scout -afli%space +map S shell SELECT='%p' $SHELL + default_linemode metatitle # Aks for confirmation when deleting files