Difference between revisions of "tmux quickstart"
From thelinuxwiki
Line 21: | Line 21: | ||
+ | == 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>''' | ||
[[category:tmux]] | [[category:tmux]] |
Revision as of 16:55, 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>