turn mouse on

This commit is contained in:
Paul Trowbridge 2021-05-21 08:56:44 -04:00
parent 168e40d440
commit f8a52a1308

1
.vimrc
View File

@ -25,6 +25,7 @@ map <C-h> <C-W>h
map <C-l> <C-W>l
let NERDTreeShowHidden=1
set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab
set mouse=a
colorscheme desert
syntax on
set splitright