diff options
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -85,7 +85,8 @@ bind-key @ join-pane -s $.0 bind-key p popup -w 80% -h 80% -E ksh bind-key S popup -w 90% -h 90% -E env WWW_HOME=searx.terminaldweller.com /home/devi/w3m/w3m -o auto_image=FALSE -graph -bind-key F popup -d ${pane_current_path} -w 90% -h 90% -E ranger --cmd cd $(tmux show -p '#{pane_current_path}') +# bind-key F popup -d ${pane_current_path} -w 90% -h 90% -E ranger --cmd cd $(tmux show -p '#{pane_current_path}') +bind-key F popup -d ${pane_current_path} -w 90% -h 90% -E ranger #to support nested tmux sessions for ssh workflows bind -T root F6 \ |