Update README.md

This commit is contained in:
Graphene 2017-08-19 14:05:14 +03:00 committed by GitHub
parent 37fd9af08c
commit c9bd6cca5b

View File

@ -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