ets-labs / python-vimrc

VIM Configuration for Python / Cython / C Development
BSD 3-Clause "New" or "Revised" License
652 stars 343 forks source link

Cannot close only one tab when opening several files #36

Closed Shawn-Guo-CN closed 6 years ago

Shawn-Guo-CN commented 6 years ago

When I open several files in one tab, I cannot close the active tab but keep the others opened. How could I do that?

For example, when I open 'train.py' and 'data.py' at the same time, once I wq 'train.py', the vim shutdown totally. But, I still want to edit 'data.py'. I'm new to vim, how could I get this?

rmk135 commented 6 years ago

Hey @Air-Fighter ,

I think you can try \q.

Shawn-Guo-CN commented 6 years ago

It works, thank you @rmk135