Browse Source

Enabling mouse control

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

+ 2
- 2
dot_vim/vimrc View File

@ -13,8 +13,8 @@
set spell " Enable spellcheck (see keybindings for quick toggle)
"set mouse=a " Automatically enable mouse usage
"set mousehide " Hide the mouse cursor while typing
set mouse=a " Enable mouse control
set mousehide " Hide the mouse cursor while typing
set encoding=utf-8
set history=300 " Default is 20


Loading…
Cancel
Save