Browse Source

removed mouse

Josh Bicking 8 năm trước cách đây
mục cha
commit
f3289735a5
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      vimrc

+ 3 - 0
vimrc

@@ -57,6 +57,9 @@ map <space> <leader>
 " fold based on indent level
 set foldmethod=indent
 
+" disable the mouse
+set mouse=
+
 " toggle relative line nums when focus is gained/lost
 :au FocusLost * :set norelativenumber
 :au FocusGained * :set relativenumber