.. | ||
.tmux.conf | ||
README.md |
tmux
Keybindings
The included .tmux.conf
makes the following changes/additions to the default tmux keybindings:
- The prefix key is now
ctrl-a
(andctrl-a ctrl-a
is used to sendctrl-a
to the console) - Switching windows is done with
ctrl-alt-left/right
(no prefix key) - Switching panes is done with
alt-left/right/up/down
(no prefix key) - Splitting panes is done with
ctrl-a |
(horizontal) andctrl-a -
(vertical) - Reloading
~/.tmux.conf
is done withctrl-a shift-r
Mouse control is also enabled, and the terminal mode is set to screen-256color
.