We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60fb80 commit bbdbb98Copy full SHA for bbdbb98
tmux-notes.md
@@ -20,3 +20,11 @@ My leader = ctrl + B
20
21
- leader + : enteres tmux's command mode
22
- 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