From 25ef93ac5a87526111f43e5110675032dbcacf56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andri=20M=C3=B6ll?= Date: Sat, 3 Mar 2018 12:01:01 +0000 Subject: [PATCH] Mention close-all-but-one in README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9cc14f1..788e474 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ Occasionally you'll want to close all open buffers and files while leaving your :bufdo :Bdelete ``` +For some variations, like closing all-but-one buffer, see [@qiushihe](https://github.com/qiushihe)'s script in https://github.com/moll/vim-bbye/pull/4. + ### Aliasing to :Bclose If you've used any `Bclose.vim` scripts before and for some reason need the `:Bclose` command to exist, you may make an alias: ```