Add basic tmux config

This commit is contained in:
Morre 2020-07-10 14:48:52 +02:00
parent b5556712cd
commit 271d1a4356
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC
2 changed files with 7 additions and 0 deletions

2
files/dotfiles/tmux.conf Normal file
View file

@ -0,0 +1,2 @@
# Enable mouse
set -g mouse on

View file

@ -20,3 +20,8 @@
src: dotfiles/screenrc
dest: /etc/screenrc
mode: 0644
- name: copy tmux.conf
copy:
src: dotfiles/tmux.conf
dest: /etc/tmux.conf
mode: 0644