Master tmux
- create a new window:
prefix + c
- rename a window:
prefix + ,
- kill a window:
prefix + &
orexit
- create a sub-panel:
prefix + %
orprefix + "
- switch between panels:
prefix + arrow keys
- show sessions and windows:
prefix + w
- kill a window from window list:
x
- quit a session:
prefix + d
- go back to the last session:
tmux a
- go to copy mode:
prefix + [
, usev
to select, usey
to copy, useprefix+]
to paste. (it only works if you follow my setting.
By default,
prefix
meansctrl+b
My settings: https://yingshaoxo.blogspot.com/2021/05/how-to-enhance-ability-of-tmux.html