macro_rules! previous_window {
    (@cmd ($cmd:expr) -a, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -t $target_session:expr, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr)) => { ... };
    () => { ... };
    (($cmd:expr), $($tail:tt)*) => { ... };
    ($($tail:tt)*) => { ... };
}
Expand description

Move to the previous window in the session

§Manual

tmux ^0.9:

previous-window [-a] [-t target-session]
(alias: prev)

tmux ^0.8:

previous-window [-t target-session]
(alias: prev)