diff --git a/vimrc b/vimrc index 04c9633..8a850b9 100644 --- a/vimrc +++ b/vimrc @@ -66,7 +66,7 @@ set nolist " don't show invisible characters by default, set pastetoggle= " when in insert mode, press to go to " paste mode, where you can paste mass data " 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) set fileformats="unix,dos,mac" set formatoptions+=1 " When wrapping paragraphs, don't end lines