From dbe5d548086a3c041fa13082b9c635ea72abdbfb Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sun, 17 May 2020 15:24:09 +0800 Subject: [PATCH] [misc] disable mouse --- tmux.conf | 2 +- vimrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 0a9cc42..68d5f83 100644 --- a/tmux.conf +++ b/tmux.conf @@ -5,7 +5,7 @@ set -g default-terminal "xterm-256color" set -s escape-time 0 set -g base-index 1 set -g pane-base-index 1 -set-option -g mouse on +#set-option -g mouse on #set-option -g mouse-select-pane on set-option -g display-time 4000 diff --git a/vimrc b/vimrc index 2521aba..2417cfd 100644 --- a/vimrc +++ b/vimrc @@ -16,7 +16,7 @@ endif if !has('nvim') - set mouse=a + "set mouse=a set ttymouse=xterm2 endif set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936