update vim docs

This commit is contained in:
Sonny Bakker 2017-11-09 07:24:38 +01:00
parent 40de1e3c38
commit 1fa57ef26b

View file

@ -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