From 1fa57ef26b1644c9c35789122a5a0af849e359d0 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 9 Nov 2017 07:24:38 +0100 Subject: [PATCH] update vim docs --- vim/doc/myhelp.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/doc/myhelp.txt b/vim/doc/myhelp.txt index c601677..90a98d6 100644 --- a/vim/doc/myhelp.txt +++ b/vim/doc/myhelp.txt @@ -32,6 +32,7 @@ CONTENTS - :ls List all buffers - :b N Open buffer N - :vert sb N Open buffer in vertical split + - :%bd|e# Delete all buffers except current (%bd = delete all buffers. e# = open the last buffer for editing. The pipe in between just does one command after another.) - :tabe Edit file in new tab - gt Switch to next tab - gT Switch to previous tab