From ecbb8d55f7970b136e3c7ec24485ec41b72f79fb Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Fri, 12 Dec 2014 12:01:52 +0100 Subject: [PATCH] kill placeholder pane when trying to minimize a dead pane --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index f2c4633..145527d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 # } #