We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b0fe4 commit 8dd6138Copy full SHA for 8dd6138
vim/.vimrc
@@ -1,5 +1,8 @@
1
syn on
2
3
+" Disable mouse visual mode
4
+set mouse-=a
5
+
6
" Highlight char 81 for long lines
7
2mat ErrorMsg '\%81v.'
8
0 commit comments