Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cli:tmux [2021-02-27] dcaicli:tmux [2022-01-06] (current) dcai
Line 1: Line 1:
-===== tmux =====+===== tmux cheatsheet =====
 == copy and paste == == copy and paste ==
   * ''<prefix> ['': start copy   * ''<prefix> ['': start copy
Line 8: Line 8:
   * ''<prefix ]'': paste   * ''<prefix ]'': paste
  
-== resize pane == +== paste buffer == 
-  * ''<prefix> h'': expanse to left by 88 +  * use ''capture-pane'' command to copy 
-  * ''<prefix> l'': expanse to right by 88 +  * use ''<prefix> ]'' to paste 
-== split window ==+ 
 +== window == 
 +  * ''<prefix> w'': choose from list 
 +  * ''<prefix> f'': search for window
   * ''%'': split side by side   * ''%'': split side by side
   * ''"'': up and down    * ''"'': up and down 
 +
 +== pane ==
 +  * ''<prefix> z'': zoom and unzoom pane
 +  * ''<prefix> h'': expanse to left by 88
 +  * ''<prefix> l'': expanse to right by 88
 +  * ''<prefix> o'': last pane
 +
 +== switch session ==
 +  * ''<prefix> ('': prev session
 +  * ''<prefix> )'': next session
 +  * ''<prefix> L'': last session
 +  * ''<prefix> s'': choose session
  
 == Choosing a prefix == == Choosing a prefix ==
cli/tmux.1614408542.txt.gz · Last modified: by dcai