Home  >  Q&A  >  body text

Use the vim command to open files in iterm2. How to make this vim support mouse positioning?

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?

我想大声告诉你我想大声告诉你2712 days ago542

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-05-16 16:44:45

    :set mouse=a
    For specific details: help mouse
    But since you are using vim, let’s develop the habit of not using the mouse.

    reply
    0
  • Cancelreply