mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2025-09-08 11:01:12 +00:00
Update tests to save and restore a setup with a zoomed pane.
This commit is contained in:
@ -44,6 +44,11 @@ proc vertical_split {} {
|
||||
sleep 0.1
|
||||
}
|
||||
|
||||
proc toggle_zoom_pane {} {
|
||||
send "z"
|
||||
sleep 0.2
|
||||
}
|
||||
|
||||
proc run_shell_command {command} {
|
||||
send "$command\r"
|
||||
sleep 1
|
||||
|
Reference in New Issue
Block a user