mirror of
1
0
Fork 0

kill placeholder pane when trying to minimize a dead pane

This commit is contained in:
Gregory Pakosz 2014-12-12 12:01:52 +01:00
parent a5ce0116a4
commit ecbb8d55f7
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ run 'for name in $(printenv | grep -Eo ^tmux_conf_[^=]+); do tmux setenv -gu $na
# __new_pane=$(tmux display -p '#{pane_id}')
# tmux setw remain-on-exit off \; swap-pane -s "${__current_pane}" -t "${__new_pane}"
# else
# ${__restore}
# ${__restore} || tmux kill-pane
# fi
# }
#