mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
Merge pull request #149 from ssherar/patch-1
Adding two invaluable commands to tmux cheatsheet
This commit is contained in:
commit
0ab7dcdcc9
@ -7,6 +7,9 @@ Ctrl-b d
|
||||
# Restore tmux session:
|
||||
tmux attach
|
||||
|
||||
# Detach an already attached session (great if you are moving devices with different screen resolutions)
|
||||
tmux attach -d
|
||||
|
||||
# Display session:
|
||||
tmux ls
|
||||
|
||||
@ -20,6 +23,9 @@ Ctrl-b ?
|
||||
# Scroll in window:
|
||||
Ctrl-b PageUp/PageDown
|
||||
|
||||
# Reload configuation file
|
||||
Ctrl-b : source-file /path/to/file
|
||||
|
||||
# Window management
|
||||
# =================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user