From eab07cd59f5b219e7620b189a50d53b8ea864e3d Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Fri, 23 Feb 2024 14:30:06 -0800 Subject: [PATCH] Add tmux and vimrc --- .tmux.conf | 1 + .vimrc | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .tmux.conf create mode 100644 .vimrc diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..207d7e8 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1 @@ +set -g mouse on diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..a6ded63 --- /dev/null +++ b/.vimrc @@ -0,0 +1,5 @@ +set tabstop=4 +set shiftwidth=4 +set expandtab +set guioptions+=T +set guioptions+=m