[doc] fix incorrect key bindings for buffer functions

This commit is contained in:
Trevor Buchanan 2021-10-30 20:15:20 -05:00 committed by Maxi Wolff
parent 6cc5f4ec07
commit e715fffb3c
1 changed files with 2 additions and 2 deletions

View File

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