From cc7c361a4ded6d66bf3a8c9165f74ede6beb632b Mon Sep 17 00:00:00 2001 From: dreamer Date: Tue, 26 Dec 2023 14:28:18 +0100 Subject: [PATCH] add tmux and vimrc --- .tmux.conf | 1 + .vimrc | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 .tmux.conf create mode 100644 .vimrc 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 +