Ultra simple tmux recipe
This is a new try to start using tmux. I am absolutly convenced about advantages of tmux, but for some strange reason, I am not able to learn its key combos…
I hope this recipe should be a way to have the very basic functions always at a glance.
Panes | |
---|---|
horizontal split | C-b % |
vertical split | C-b " |
move cursor | C-b {arrow} |
close | C-b x |
maximize/minimize | C-b z |
Windows | |
---|---|
create | C-b c |
change | C-b {n} |
Sessions | |
---|---|
detach | C-b d |
attach | tmux a |
list | tmux ls |
kill | tmux kill-session -t {n} |
Config file
In your ~/.tmux.conf
set -g mouse on setw -g monitor-activity on set -g visual-activity on
[ show comments ]
blog comments powered by Disqus