Difference between revisions of "tmux quickstart"

From thelinuxwiki
Jump to: navigation, search
(Created page with "start tmux tmux split current pane vertically (creates a new pane) ctrl+b % split current pane horizontally (creates a new pane) crtl+b " category:tmux")
 
Line 1: Line 1:
 
start tmux
 
start tmux
 
  tmux
 
  tmux
 +
display help
 +
ctrl+b ?
 
split current pane vertically (creates a new pane)
 
split current pane vertically (creates a new pane)
 
  ctrl+b %
 
  ctrl+b %
 
split current pane horizontally (creates a new pane)
 
split current pane horizontally (creates a new pane)
 
  crtl+b "
 
  crtl+b "
 +
display-panes numbers
 +
ctrl+b q
 +
move cursor to pane number
 +
ctrl+b q <pane-number>  (hit it before they disappear)
 +
move cursor to another pane
 +
 +
using arrow keys
 +
crtl+b(release) <arrow key>
 +
 +
  
 
[[category:tmux]]
 
[[category:tmux]]

Revision as of 22:34, 24 March 2013

start tmux

tmux

display help

ctrl+b ?

split current pane vertically (creates a new pane)

ctrl+b %

split current pane horizontally (creates a new pane)

crtl+b "

display-panes numbers

ctrl+b q

move cursor to pane number

ctrl+b q <pane-number>  (hit it before they disappear)

move cursor to another pane

using arrow keys

crtl+b(release) <arrow key>