Add .tmux.conf
This commit is contained in:
parent
fc696367c8
commit
c3be973598
1 changed files with 7 additions and 0 deletions
7
.tmux.conf
Normal file
7
.tmux.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# remap prefix from 'C-b' to 'C-a'
|
||||||
|
unbind C-b
|
||||||
|
set-option -g prefix C-a
|
||||||
|
bind-key C-a send-prefix
|
||||||
|
|
||||||
|
# Enable mouse control (clickable windows, panes, resizable panes)
|
||||||
|
# set -g mouse on
|
||||||
Loading…
Reference in a new issue