diff options
Diffstat (limited to 'dotfiles/.config/ranger/rc.conf')
-rw-r--r-- | dotfiles/.config/ranger/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/ranger/rc.conf b/dotfiles/.config/ranger/rc.conf index 9c977e5..24f0b08 100644 --- a/dotfiles/.config/ranger/rc.conf +++ b/dotfiles/.config/ranger/rc.conf @@ -88,7 +88,7 @@ map i display_file map ? help map W display_log map w taskview_open -map ss shell nohup $TERMINAL > ~/.cache/nohup.out 2>&1 </dev/null & +map ss shell setsid $TERMINAL >/dev/null 2>&1 & map S shell $SHELL map : console @@ -398,7 +398,7 @@ copytmap <ESC> q Q w <C-c> map sp console shell bash speedvid.sh %f%space -map x shell chmod -x %s +map x shell chmod +x %f #General map V console shell $EDITOR%space |