Software Engineer's Notes
Linux & Code: A Collection of Casual Notes
21 March 2011
When middle click doesn't work in Vim
I mean the Linux feature to use mouse middle click to paste selected text. In vim(not gvim) it sometimes doesn't work. Here I post how to fix it.
In ~/.vimrc find line like
set mouse=a
and change it to
set mouse=r
That's it!
1 comment :
Anonymous
February 18, 2012 at 10:14 AM
worked, thanks
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
worked, thanks
ReplyDelete