Difference between revisions of "tmux quickstart"
From thelinuxwiki
Line 15: | Line 15: | ||
using arrow keys | using arrow keys | ||
crtl+b(release) <arrow key> | crtl+b(release) <arrow key> | ||
+ | '''entering scrollback mode''' | ||
+ | ctrl-b [ | ||
+ | to exit | ||
+ | esc | ||
+ | |||
[[category:tmux]] | [[category:tmux]] |
Revision as of 19:42, 10 April 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>
entering scrollback mode
ctrl-b [
to exit
esc