Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmux cheat sheet #191

Open
timqian opened this issue Sep 29, 2018 · 0 comments
Open

tmux cheat sheet #191

timqian opened this issue Sep 29, 2018 · 0 comments

Comments

@timqian
Copy link
Owner

timqian commented Sep 29, 2018

# Start new named session:
tmux new -s [session name]

# Detach from session:
ctrl+b d

# List sessions:
tmux ls

# Attach to named session:
tmux a -t [name of session]

# Kill named session:
tmux kill-session -t [name of session]

# Split panes horizontally:
ctrl+b "

# Split panes vertically:
ctrl+b %

# Kill current pane:
ctrl+b x

# Move to another pane:
ctrl+b [arrow key]

# Cycle through panes:
ctrl+b o

# Cycle just between previous and current pane:
ctrl+b ;

# Kill tmux server, along with all sessions:
tmux kill-server

ref:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant