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