Disable mouse
This commit is contained in:
2
vimrc
2
vimrc
@@ -66,7 +66,7 @@ set nolist " don't show invisible characters by default,
|
|||||||
set pastetoggle=<F2> " when in insert mode, press <F2> to go to
|
set pastetoggle=<F2> " when in insert mode, press <F2> to go to
|
||||||
" paste mode, where you can paste mass data
|
" paste mode, where you can paste mass data
|
||||||
" that won't be autoindented
|
" that won't be autoindented
|
||||||
set mouse=a " enable using the mouse if terminal emulator
|
"set mouse=a " enable using the mouse if terminal emulator
|
||||||
" supports it (xterm does)
|
" supports it (xterm does)
|
||||||
set fileformats="unix,dos,mac"
|
set fileformats="unix,dos,mac"
|
||||||
set formatoptions+=1 " When wrapping paragraphs, don't end lines
|
set formatoptions+=1 " When wrapping paragraphs, don't end lines
|
||||||
|
|||||||
Reference in New Issue
Block a user