diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-12 22:07:55 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-12 22:07:55 +0100 |
commit | 214973be97b532e55ca26a0584b0b44a238cee4b (patch) | |
tree | 187856b6656d4d480fe803f0ac5b3ebb74b4a044 /files/ranger | |
parent | ec535569c7d74f82f3dae7e5fa52551674acd69a (diff) | |
download | configs-214973be97b532e55ca26a0584b0b44a238cee4b.tar.gz configs-214973be97b532e55ca26a0584b0b44a238cee4b.zip |
Removed specific new window in ranger tmux mappings since it seems to fail with tmux update.
Diffstat (limited to 'files/ranger')
-rw-r--r-- | files/ranger/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ranger/rc.conf b/files/ranger/rc.conf index 01aaee0..6652a07 100644 --- a/files/ranger/rc.conf +++ b/files/ranger/rc.conf @@ -255,8 +255,8 @@ alias travel scout -aefiklst 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 & -map ,e shell tmux new-window -a -t 1 -n $EDITOR "$EDITOR %s" +map ,S shell tmux new-window -a -n shell -c %d & +map ,e shell tmux new-window -a -n $EDITOR "$EDITOR %s" map ,w shell setBG.sh %f & map ,W console shell ~/scripts/floats/floatBgBrowser.sh %d/ & map ,p shell asPDF.sh %f |