notes/tmux.md

26 lines
461 B
Markdown
Raw Normal View History

2018-09-12 19:24:38 -04:00
`Ctlr+B` activiates command entry (called the prefix)
2018-09-20 12:14:48 -04:00
panes
----------------------------------
2018-09-12 19:24:38 -04:00
% = split pane right
" = split pane below
<Up>/<Left> = switch panes
z = maximize/minimize pane
x = kill pane
Ctrl+B+<Arrow> = resize
2018-09-20 12:14:48 -04:00
windows
----------------------------------
c = create new window
w = create window selection prompt
sessions
----------------------------------
d = detach session
2018-09-12 19:24:38 -04:00
tmux ls = list sesions
tmux attach -t 0 = attach to session 0
2018-09-20 12:14:48 -04:00