Skip to content

Tmux custom keystrokes

Sergey Lukin edited this page Mar 16, 2014 · 7 revisions

Copy/Paste

Resource: http://jasonwryan.com/blog/2011/06/07/copy-and-paste-in-tmux/

  • Ctrl+a ESC - enter copy mode
  • v - activate highlighting
  • move your cursor to cover what you want to copy
  • y - to capture the string
  • Ctrl+a p - paste

Manipulate Windows

  • Ctrl+Shift+h - switch current window's position with the one from the left
  • Ctrl+Shift+l - switch current window's position with the one from the right