Skip to content

Instantly share code, notes, and snippets.

@Kuniwak
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save Kuniwak/a17b88d97aeebbb6dc69 to your computer and use it in GitHub Desktop.

Select an option

Save Kuniwak/a17b88d97aeebbb6dc69 to your computer and use it in GitHub Desktop.
tmux 覚えられなかったので画面の横に貼る。

tmux cheetsheet

Command

command name command
start new tmux
start new with session name tmux new -s name
attach tmux attach
attach to named tmux attach -t name
detach ^t d

Sessions

command name command
list sessions tmux ls
kill session tmux kill-session -t name
list sessions ^t s
rename sessions ^t $

Windows

command name command
new window ^t c
name window ^t ,
list windows ^t w
find windows ^t f
kill window ^t &
move window ^t .

Panes

command name command
horizontal split ^t h
vertival split ^t v
swap panes ^t o
show pane numbers ^t q
kill pane ^t x
toggle between layouts ^t <Space>

Misc

command name command
copy mode ^t [
quit copy mode q
clock ^t t
list shortcuts ^t ?
prompt ^t :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment