From e715fffb3cd111bb078162583d368f09f2351b63 Mon Sep 17 00:00:00 2001 From: Trevor Buchanan Date: Sat, 30 Oct 2021 20:15:20 -0500 Subject: [PATCH] [doc] fix incorrect key bindings for buffer functions --- doc/VIMUSERS.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/VIMUSERS.org b/doc/VIMUSERS.org index e4289ba96..f52f1419b 100644 --- a/doc/VIMUSERS.org +++ b/doc/VIMUSERS.org @@ -129,8 +129,8 @@ are located under the ~SPC b~ prefix. | ~SPC b n~ or ~:bnext~ | Switch to the next buffer. (See [[#special-buffers][Special buffers]]) | | ~SPC b p~ or ~:bprevious~ | Switch to the previous buffer. (See [[#special-buffers][Special buffers]]) | | ~SPC b d~ or ~:bdelete~ | Kill current buffer. | -| ~SPC b C-d~ | Kill buffers using a regular expression. | -| ~SPC b m~ | Kill all buffers except the current buffer. | +| ~SPC b C-S-d~ | Kill buffers using a regular expression. | +| ~SPC b C-d~ | Kill all buffers except the current buffer. | | ~SPC b .~ | Buffer transient-state. | **** Special buffers