You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
.tmux.conf | 2 years ago | |
README.md | 2 years ago |
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
.