diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..19063da --- /dev/null +++ b/.tmux.conf @@ -0,0 +1 @@ +set-window-option -g xterm-keys on diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..ba42d2b --- /dev/null +++ b/.vimrc @@ -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 +