Add tmux and vimrc

This commit is contained in:
Scott Williams 2024-02-23 14:30:06 -08:00
commit eab07cd59f
2 changed files with 6 additions and 0 deletions

1
.tmux.conf Normal file
View file

@ -0,0 +1 @@
set -g mouse on

5
.vimrc Normal file
View file

@ -0,0 +1,5 @@
set tabstop=4
set shiftwidth=4
set expandtab
set guioptions+=T
set guioptions+=m