macro_rules! previous_layout {
(@cmd ($cmd:expr) -t $target_window:expr, $($tail:tt)*) => { ... };
(@cmd ($cmd:expr)) => { ... };
() => { ... };
(($cmd:expr), $($tail:tt)*) => { ... };
($($tail:tt)*) => { ... };
}
Expand description
Move to the previous layout in the session
ยงManual
tmux ^1.3:
previous-layout [-t target-window]
(alias: prevl)