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
This commit is contained in:
parent
f4fcd597bb
commit
f46c77fd9d
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ map £<any> mark_tag %any
|
||||||
map f console scout -fpli%space
|
map f console scout -fpli%space
|
||||||
map L console scout -afli%space
|
map L console scout -afli%space
|
||||||
|
|
||||||
|
map S shell SELECT='%p' $SHELL
|
||||||
|
|
||||||
default_linemode metatitle
|
default_linemode metatitle
|
||||||
|
|
||||||
# Aks for confirmation when deleting files
|
# Aks for confirmation when deleting files
|
||||||
|
|
Loading…
Reference in a new issue