turn off mouse in vim

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2025-02-15 21:59:05 -06:00
parent dbac091a1e
commit 8edfd981d8
2 changed files with 4 additions and 2 deletions

View File

@ -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'

3
vimrc
View File

@ -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