Skip to content

Commit 8dd6138

Browse files
authored
FIX Disable visual mouse mode with macOS terminal
1 parent f1b0fe4 commit 8dd6138

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vim/.vimrc

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
syn on
22

3+
" Disable mouse visual mode
4+
set mouse-=a
5+
36
" Highlight char 81 for long lines
47
2mat ErrorMsg '\%81v.'
58

0 commit comments

Comments
 (0)