summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-15 21:59:05 -0600
committerJeff Carr <[email protected]>2025-02-15 21:59:05 -0600
commit8edfd981d81ab9e6dce2c5c6c08f0e501a600a49 (patch)
treedc7b9b80c41438d923a7ef2d1d1eff196f6bf109
parentdbac091a1eacf16596b015b79870103c7b8abb14 (diff)
turn off mouse in vim
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--bashrc/.wit3
-rw-r--r--vimrc3
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