add tmux and vimrc

This commit is contained in:
dreamer 2023-12-26 14:28:18 +01:00
parent d0587f1057
commit cc7c361a4d
2 changed files with 10 additions and 0 deletions

1
.tmux.conf Normal file
View File

@ -0,0 +1 @@
set-window-option -g xterm-keys on

9
.vimrc Normal file
View File

@ -0,0 +1,9 @@
syntax on
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
" disable vim automatic mouse mode on mouse select
set mouse-=a