Difference between revisions of "tmux quickstart"

From thelinuxwiki
Jump to: navigation, search
(sessions)
Line 30: Line 30:
  
 
  # '''tmux a -t <session_name>'''
 
  # '''tmux a -t <session_name>'''
 +
i.e.
 +
# '''tmux a -t myhostms'''
  
 
[[category:tmux]]
 
[[category:tmux]]

Revision as of 16:56, 6 August 2014

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>

entering scrollback mode

ctrl-b [

to exit

esc

sessions

list running sessions

# tmux ls
myhostms: 1 windows (created Tue Aug  5 18:26:50 2014) [363x94] (attached)

attach to running session

# tmux a -t <session_name>

i.e.

# tmux a -t myhostms