Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tmux
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ Ctrl-b "

# To swap windows:
Ctrl-b :swap-window -s [0-9] -t [0-9]

# To copy/paste
1. Enter 'copy mode' by pressing CTRL+b, [.
2. Use the arrow keys to go to the position from where you want to start copying. Press CTRL+SPACE to start copying.
3. Use arrow keys to go to the end of text you want to copy. Press ALT+w or CTRL+w to copy into Tmux buffer.
4. Press CTRL+b, ] to paste in a possibly different Tmux pane/window.