~/cstml/documents/cheatsheets/tmux
Cheatsheets for tmux.
- Keyboard shortcuts
C-b ?
to see all the shortcutsC-b c
to create a new tabC-b n
for next tabC-b Up/Down/Right/Left
move around windows
- Change the current window (all panes) to light background:
$ tmux set window-style 'fg=#171421,bg=#ffffff'
- Change back to dark background:
$ tmux set window-style 'fg=#d0cfcc,bg=#171421'