Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.72 KB

TMUX_README.md

File metadata and controls

18 lines (16 loc) · 1.72 KB

Tmux

Keybindings

Keybinding Description
control a The tmux prefix, which must be pressed & released to initiate a tmux command
control a + c Create a new window
control a + n Navigate to the next window
control a + p Navigate to the previous window
control a + number Navigate to the window corresponding to the number
control a + v Create a new vertical pane
control a + _ Create a new horizontal pane
control a + v Arrange panes vertically and evenly
control a + h Navgiate to the pane left of current pane
control a + j Navgiate to the pane below current pane
control a + k Navgiate to the pane above current pane
control a + l Navgiate to the pane right of current pane