mirror of
https://github.com/jaclu/tmux-power-zoom.git
synced 2026-09-10 07:06:18 -04:00
explain why source will forget status for now
This commit is contained in:
parent
e47945732e
commit
e57ca85853
|
|
@ -74,7 +74,11 @@ if bool_param "$(get_tmux_option "@power_zoom_without_prefix" "No")"; then
|
|||
fi
|
||||
|
||||
#
|
||||
# Debug - clear list of zoomed panes
|
||||
# clear list of zoomed panes, should make it smarter so it leaves currently
|
||||
# present items, this will leave them hanging on a conf source, but that
|
||||
# is minor compared to the risk of having crash left-overs causing future
|
||||
# havoc, the zoomed pane is left intact and dead placeholders can easily be
|
||||
# killed.
|
||||
#
|
||||
$TMUX_BIN set-option -U @power_zoom_state
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue