From fb31622c3191c45d8ae6a8b32ae721a81184a380 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 7 Jun 2021 21:09:58 -0400 Subject: [PATCH] turn on mouse support --- .tmux.conf | 1 + .vimrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index ab92bbc..ed27168 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,6 +4,7 @@ bind -r h select-pane -L # move left bind -r j select-pane -D # move down bind -r k select-pane -U # move up bind -r l select-pane -R # move right +set -g mouse on #plugin manager for install tmux-resurrect set -g @plugin 'tmux-plugins/tpm' diff --git a/.vimrc b/.vimrc index a624c9d..bd33222 100644 --- a/.vimrc +++ b/.vimrc @@ -52,6 +52,7 @@ nmap e :NERDTreeToggle set incsearch set showmatch set hlsearch +set mouse=a nnoremap \\ :noh " Clear higlighting "nnoremap :noh " Resize windows