Add .tmux.conf for native linux console needs
This commit is contained in:
parent
d309bf0d00
commit
0eb37a105a
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,6 +7,7 @@
|
|||
!/.inputrc
|
||||
!/.nvidia-xinitrc
|
||||
!/.password-store
|
||||
!/.tmux.conf
|
||||
!/.xinitrc
|
||||
!/.Xmodmap.example
|
||||
!/.Xresources
|
||||
|
|
7
.tmux.conf
Normal file
7
.tmux.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
setw -g mode-keys vi
|
||||
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
set -g mouse on
|
||||
|
||||
set-option -g allow-rename off
|
Loading…
Reference in a new issue