Skip to content

Commit 2bcbf7e

Browse files
committed
added some tips about window and pane management
1 parent 390fec2 commit 2bcbf7e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tmux-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# TMUX notes
22

33
My leader = ctrl + B
4+
5+
## windows
6+
7+
- leader + w lists all windows .
8+
- leader + c creates one.
9+
- leader + 0-9 switches to a window .
10+
411
## splits
512

613
- leader + ctrl + up/down/left/right arrow to resize splits.
714
- leader + ctrl + o rotate panes counter clockwise.
15+
- leader + q lists the pane number.

0 commit comments

Comments
 (0)