mirror of
https://git.poridge.club/aurel1on/tmux-guide.git
synced 2024-03-31 09:37:51 +03:00
Update README.md
This commit is contained in:
parent
37fd9af08c
commit
c9bd6cca5b
32
README.md
32
README.md
@ -1,2 +1,34 @@
|
||||
# tmux-guide
|
||||
tmux: How to use tmux and cheat-sheet for tmux
|
||||
|
||||
Cheat sheet:
|
||||
============
|
||||
|
||||
Ctrl+b <command>
|
||||
|
||||
Commands
|
||||
============
|
||||
Windows:
|
||||
c - window: create
|
||||
, - window: rename
|
||||
p - window: previous
|
||||
n - window: next
|
||||
w - window: select available windows
|
||||
s - window: list all sessions
|
||||
|
||||
Splits:
|
||||
% - Split: Vertical
|
||||
" - Split: Horizontal
|
||||
|
||||
Misc:
|
||||
: - Commands: Run a custom named command which you have created (e.g. "split-windows")
|
||||
|
||||
Panes:
|
||||
q show pane numbers
|
||||
x kill pane
|
||||
o swap panes
|
||||
|
||||
Sessions:
|
||||
tmux new -s session-name
|
||||
tmux list-sessions
|
||||
tmux attach -t session-name
|
||||
|
Loading…
Reference in New Issue
Block a user