tmux
Last updated
Was this helpful?
Last updated
Was this helpful?
M-\
prefix key
tmux ls
list sessions tmux attach -t #
attach to session tmux name -s session_name
create a named session tmux rename-session -t # session_name
rename session
For terminal in OS X, the origin of the problem is the font. Changing the font from the default Monaco to Menlo fixes the problem. ()
Sometimes an error is encountered when binding keys to non-standard characters, such as the backslash (/) key. The solution is to use single-quotes around the key-combination. For example, use 'M-\'
instead of M-\
.