0

In Gvim (GUI Vim), I can open tabs using

:tabedit https://vim.fandom.com/wiki/Using_tab_pages.

How do I close a tab by middle clicking on it?

Naing Lin Aung
  • 3,373
  • 4
  • 31
  • 48
Olivia
  • 1
  • 1
    Doesn't that go against vim's philosophy? Why do you want to touch your mouse to do stuff in (g)vim? You can just press `ZZ` to write and close the current tab or `ZQ` to close it without writing it. – Michi Jun 03 '19 at 00:26
  • 1
    Also, are you asking about [this](https://stackoverflow.com/a/21332096/1281339)? according to which it's `nnoremap :tabclose ` – Michi Jun 03 '19 at 00:31

0 Answers0