Create a tmux config file
Further, create a .gitignore.d/tmux file.
This commit is contained in:
commit
a50943f99a
2 changed files with 4 additions and 0 deletions
2
.gitignore.d/tmux
Normal file
2
.gitignore.d/tmux
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!/.tmux.conf
|
2
.tmux.conf
Normal file
2
.tmux.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
set-option -g history-limit 1000000
|
||||
set -g mouse on
|
Loading…
Reference in a new issue