Difference between revisions of "Tmux"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
ctrl b w brings up the window tree | ctrl b w brings up the window tree | ||
ctrl b [shift] % to split screen horizontal | ctrl b [shift] % to split screen horizontal | ||
ctrl " to split screen vertical | ctrl b [shift] " to split screen vertical | ||
ctrl b (up arrow) to go up to a split screen | |||
ctrl b (left arrow) to go left | |||
ctrl b (right arrow) to go right | |||
ctrl b o to cycle between panes | |||
ctrl b z zooms in on a pane the repeat to zoom out | |||
ctrl | ctrl b x to close the pane | ||
===Resize Panes=== | |||
ctrl | ctrl b ctrl [down arrow] [left] [right] |
Latest revision as of 14:37, 22 June 2022
Using Tmux
apt install tmux on the server
when you ssh in to the server just type
tmux to start
Shortcut keys
ctrl b then c to open another window ctrl b then prefix at the bottom of the window to switch between windows
ctrl b , (comma) to rename a window
ctrl b w brings up the window tree
ctrl b [shift] % to split screen horizontal
ctrl b [shift] " to split screen vertical
ctrl b (up arrow) to go up to a split screen
ctrl b (left arrow) to go left
ctrl b (right arrow) to go right
ctrl b o to cycle between panes
ctrl b z zooms in on a pane the repeat to zoom out
ctrl b x to close the pane
Resize Panes
ctrl b ctrl [down arrow] [left] [right]