Create a tmux config file

Further, create a .gitignore.d/tmux file.
This commit is contained in:
finga 2024-07-18 09:07:36 +02:00
commit a50943f99a
2 changed files with 4 additions and 0 deletions

2
.gitignore.d/tmux Normal file
View file

@ -0,0 +1,2 @@
*
!/.tmux.conf

2
.tmux.conf Normal file
View file

@ -0,0 +1,2 @@
set-option -g history-limit 1000000
set -g mouse on