tmux quickstart

From thelinuxwiki
Jump to: navigation, search

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 panecl

using arrow keys

crtl+b(release) <arrow key>

entering scrollback mode

ctrl-b [

to exit

esc

sync panes

crtl+b

:setw synchronize-panes

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