Skip to content

Commit bbdbb98

Browse files
committed
added tips about tmux copy mode
1 parent b60fb80 commit bbdbb98

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
@@ -20,3 +20,11 @@ My leader = ctrl + B
2020

2121
- leader + : enteres tmux's command mode
2222
- swap-pane -s pane_no -t pane_no swaps the two panes.
23+
24+
## copy mode
25+
26+
- enter copy mode using leader + [.
27+
- most vim controls work in copy mode including line and block visual mode.
28+
- start text selection by hitting space.
29+
- yank selected text using space
30+
- leader + ] pastes from the tmux clipboard.

0 commit comments

Comments
 (0)