Use lowercase letters

This commit is contained in:
Benny 2013-09-03 11:10:20 +02:00
parent 1599c81e8f
commit 00549c1d8e
1 changed files with 21 additions and 21 deletions

View File

@ -1,41 +1,41 @@
# Start tmux # Start tmux:
tmux tmux
# Detach from tmux # Detach from tmux:
Ctrl-B D Ctrl-b d
# Restore tmux session # Restore tmux session:
tmux attach tmux attach
# Display session # Display session:
tmux ls tmux ls
# Start a shared session # Start a shared session:
tmux -S /tmp/your_shared_session tmux -S /tmp/your_shared_session
chmod 777 /tmp/your_shared_session chmod 777 /tmp/your_shared_session
# Help screen (Q to quit) # Help screen (Q to quit):
Ctrl-B ? Ctrl-b ?
# Scroll in window # Scroll in window:
Ctrl-B PageUp/Down Ctrl-b PageUp/PageDown
# Window management # Window management
# ================= # =================
# Create window # Create window:
Ctrl-B C Ctrl-b c
# Destroy window # Destroy window:
Ctrl-B X Ctrl-b x
# Switch between windows # Switch between windows:
Ctrl-B [0-9] Ctrl-b [0-9]
or or
Ctrl-B Arrows Ctrl-b Arrows
# Split windows horizontally # Split windows horizontally:
Ctrl-B % Ctrl-b %
# Split windows vertically # Split windows vertically:
Ctrl-B " Ctrl-b "