Add .tmux.conf for native linux console needs

This commit is contained in:
David Holland 2020-01-17 19:35:48 +01:00
parent d309bf0d00
commit 0eb37a105a
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
!/.inputrc
!/.nvidia-xinitrc
!/.password-store
!/.tmux.conf
!/.xinitrc
!/.Xmodmap.example
!/.Xresources

7
.tmux.conf Normal file
View 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