Skip to content
Snippets Groups Projects
Commit 8debd76e authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Disable mouse

parent 3b9e6e69
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@ syntax on "enable syntax highlighting
set nocompatible "use vim defaults instead of 100% vi compatibility
set encoding=utf8 "default file encoding
set ttyfast "fast terminal
set mouse=i "enable mouse in insert mode
set mouse= "disable mouse
"set mouse=i "enable mouse in insert mode
filetype plugin on "enable filetype plugins
filetype indent on "automatic indentation according to filetype
"set autoindent "preserve indentation on new line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment