We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee390d commit 2f5394bCopy full SHA for 2f5394b
scripts/save.sh
@@ -244,11 +244,6 @@ dump_windows() {
244
if is_session_grouped "$session_name"; then
245
continue
246
fi
247
- # window_layout is not correct for zoomed windows
248
- if [[ "$window_flags" == *Z* ]]; then
249
- # get correct window layout
250
- window_layout="$(tmux display-message -p -t "${session_name}:${window_index}" -F "#{window_layout}")"
251
- fi
252
echo "${line_type}${d}${session_name}${d}${window_index}${d}${window_active}${d}${window_flags}${d}${window_layout}"
253
done
254
}
0 commit comments