tmux
links
keyboard shortshortcuts
Ctrl + b ? - show keyboard shortcut overview
pane
Ctrl+b "— split pane horizontally.Ctrl+b %— split pane vertically.Ctrl+b arrow key— switch pane.- Hold
Ctrl+b, don’t release it and hold one of thearrow keys— resize pane.
windows
Ctrl+b c— (c)reate a new window.Ctrl+b n— move to the (n)ext window.Ctrl+b p— move to the (p)revious window.
configs
adaption for zsh powershell10k
Your tmux has two issues.
It cannot display 256 colors. To fix this, create ~/.tmux.conf with set -g default-terminal screen-256color in it and reboot your machine.
It cannot display non-ascii characters. To fix this, install and enable a UTF-8 locale in your OS and reboot your machine.
You can verify that you've fixed tmux by running the following command:
print -P -- '--> %F{70}\u276E\u276F%f <--'