Share

tmux

by Abbas · 22.11.2024

.tmux.conf file under your home directory

Open new tmux
tmux new -s <namehere>

To enable mouse on terminal screen
set -g mouse on

shortcut to open command mode:
ctrl+shift+b after :

split screen vertically
ctrl+shift+b after %

split screen horizontally
ctrl+shift+b after "

You may also like