Add tmux and vimrc
This commit is contained in:
commit
eab07cd59f
2 changed files with 6 additions and 0 deletions
1
.tmux.conf
Normal file
1
.tmux.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
set -g mouse on
|
5
.vimrc
Normal file
5
.vimrc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
set tabstop=4
|
||||||
|
set shiftwidth=4
|
||||||
|
set expandtab
|
||||||
|
set guioptions+=T
|
||||||
|
set guioptions+=m
|
Loading…
Reference in a new issue