Use the vim command to open files in iterm2. How to make this vim support mouse positioning?
我想大声告诉你2017-05-16 16:42:45
0
1
614
means to click on a character and the cursor will move to the position of that character.
When I first started using vim, I knew that macvim supports mouse positioning by default.
But it doesn't work in iterm2. Is there no setting somewhere?
:set mouse=a
For specific details: help mouse
But since you are using vim, let’s develop the habit of not using the mouse.