From 8edfd981d81ab9e6dce2c5c6c08f0e501a600a49 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 15 Feb 2025 21:59:05 -0600 Subject: [PATCH] turn off mouse in vim Signed-off-by: Jeff Carr --- bashrc/.wit | 3 ++- vimrc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bashrc/.wit b/bashrc/.wit index e618ca6..a20afbb 100644 --- a/bashrc/.wit +++ b/bashrc/.wit @@ -48,7 +48,8 @@ alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' -alias pa='ps auxwH -L kstart_time' +alias pa='ps auxw -L kstart_time' +alias paa='ps auxwH -L kstart_time' alias psc='ps xawf -eo pid,user,cgroup,args' alias lstree='lsusb --tree -v' alias last='last -a' diff --git a/vimrc b/vimrc index 5f5710f..340629f 100644 --- a/vimrc +++ b/vimrc @@ -6,7 +6,8 @@ filetype plugin indent on " Plugins " Plugin 'fatih/vim-go' -set mouse=r +" set mouse=a +set mouse= set encoding=utf-8 set fileencoding=utf-8 syntax on