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