How can I close all buffers in Vim except the one I am currently editing?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You could use this script from vim.org: http://www.vim.org/scripts/script.php?script_id=1071 Just put it to your .vim/plugin directory and then use |
|||
|
|
|
By using
and
|
|||