forked from DustVoice/dotfiles
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
|
!/.inputrc
|
||||||
!/.nvidia-xinitrc
|
!/.nvidia-xinitrc
|
||||||
!/.password-store
|
!/.password-store
|
||||||
|
!/.tmux.conf
|
||||||
!/.xinitrc
|
!/.xinitrc
|
||||||
!/.Xmodmap.example
|
!/.Xmodmap.example
|
||||||
!/.Xresources
|
!/.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