User Tools

Site Tools


wiki:os:linux:tmux:start

TMUX

  • $ tmux

List of sessions

  • $ tmux ls

Create new named session

  • $ tmux new -s <NAME>

Attach

  • $ tmux a
  • $ tmux a -t <NAME>

Ctrl+b

d = Detach
c = create new tab
w = show list of tabs
, = Set name of the tab
n = next tab
p = previous tab

Copy / Paste

Lze kopirovat v jednom panelu a vkladat v jinem…

Copy

Ctrl+b [

# Sipkami ci pgup a pgdown najit pocatecni radek
Ctrl+Space

# Sipkami oznacit blok a pak:
Ctrl+w

Paste

Ctrl+b ]
wiki/os/linux/tmux/start.txt · Last modified: 2020/04/15 17:37 by root