Tmux CLI
Tmux Shortcuts
ctrl+b, d
ctrl+b, $ # Rename
ctrl+b, % # Get a new terminal pane to the right of this one.
ctrl+b, " # Get a new terminal pane below this one.
ctrl+b, arrow # Focus on the pane in that direction.
ctrl+b+arrow # Resize current panel in that direction.
Tmux Configuration
Scrolling with your mouse in TMux doesn’t work by default. You have to first enter scrolling mode for it to work: ctrl+b, [
. To get out of scroll mode, hit q
.
Add this .tmux.conf
to your $HOME
directory to get Vim-like keybindings. To apply the changes without restarting tmux, just run tmux source-file .tmux.conf
.