Browse Source

Disabling mous by default

pull/2/head
Ryan Reed 3 years ago
parent
commit
3380092e4a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dot_vim/vimrc

+ 1
- 1
dot_vim/vimrc View File

@ -13,7 +13,7 @@
set spell " Enable spellcheck (see keybindings for quick toggle) set spell " Enable spellcheck (see keybindings for quick toggle)
set mouse=a " Enable mouse control
"set mouse=a " Enable mouse control
set mousehide " Hide the mouse cursor while typing set mousehide " Hide the mouse cursor while typing
set encoding=utf-8 set encoding=utf-8


Loading…
Cancel
Save