divide up
This commit is contained in:
parent
0e858b05e7
commit
30bd1223be
19
tmux.md
19
tmux.md
@ -1,14 +1,25 @@
|
|||||||
`Ctlr+B` activiates command entry (called the prefix)
|
`Ctlr+B` activiates command entry (called the prefix)
|
||||||
|
|
||||||
|
panes
|
||||||
|
----------------------------------
|
||||||
% = split pane right
|
% = split pane right
|
||||||
" = split pane below
|
" = split pane below
|
||||||
<Up>/<Left> = switch panes
|
<Up>/<Left> = switch panes
|
||||||
z = maximize/minimize pane
|
z = maximize/minimize pane
|
||||||
c = create new window
|
|
||||||
d = detach session
|
|
||||||
x = kill pane
|
x = kill pane
|
||||||
w = create window selection prompt
|
|
||||||
|
|
||||||
Ctrl+B+<Arrow> = resize
|
Ctrl+B+<Arrow> = resize
|
||||||
|
|
||||||
|
windows
|
||||||
|
----------------------------------
|
||||||
|
c = create new window
|
||||||
|
w = create window selection prompt
|
||||||
|
|
||||||
|
sessions
|
||||||
|
----------------------------------
|
||||||
|
d = detach session
|
||||||
tmux ls = list sesions
|
tmux ls = list sesions
|
||||||
tmux attach -t 0 = attach to session 0
|
tmux attach -t 0 = attach to session 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user