Skip to content

Commit

Permalink
vim: Disable the use of mouse for GUI and Win32
Browse files Browse the repository at this point in the history
Because the use of mouse for GUI and Win32 causes vim to enter the
Visual mode when some text is selected from GUI and Win32, and it is not
easy to copy the selected text then.
  • Loading branch information
zhangkaizhao committed Aug 20, 2022
1 parent 6b1c88c commit 97b2a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ set noignorecase

" Enable the use of mouse for GUI and Win32 e.g. Windows Terminal, iTerm2, etc.
" See `help mouse` in vim.
set mouse=a
"set mouse=a

" => sounds

Expand Down

0 comments on commit 97b2a4b

Please sign in to comment.