Move SPC b m to kill other buffers to SPC b C-d

Also move `SPC b C-d` to kill other buffer with regexp to `SPC b C-D`
Update Documentation accordingly.
This commit is contained in:
syl20bnr 2016-11-20 13:21:58 -05:00
parent cce6ad3a59
commit 237b2a7373
2 changed files with 5 additions and 3 deletions

View file

@ -1967,11 +1967,12 @@ Buffer manipulation commands (start with ~b~):
| ~SPC u SPC b d~ | kill the current buffer and window (does not delete the visited file) |
| ~SPC b D~ | kill a visible buffer using [[https://github.com/abo-abo/ace-window][ace-window]] |
| ~SPC u SPC b D~ | kill a visible buffer and its window using [[https://github.com/abo-abo/ace-window][ace-window]] |
| ~SPC b C-d~ | kill buffers using a regular expression |
| ~SPC b C-d~ | kill other buffers |
| ~SPC b C-D~ | kill buffers using a regular expression |
| ~SPC b e~ | erase the content of the buffer (ask for confirmation) |
| ~SPC b h~ | open =*spacemacs*= home buffer |
| ~SPC b n~ | switch to next buffer avoiding special buffers |
| ~SPC b m~ | kill all buffers except the current one |
| ~SPC b m~ | open =*Messages*= buffer |
| ~SPC u SPC b m~ | kill all buffers and windows except the current one |
| ~SPC b M~ | kill all buffers matching the regexp |
| ~SPC b p~ | switch to previous buffer avoiding special buffers |

View file

@ -121,7 +121,8 @@
"bd" 'spacemacs/kill-this-buffer
"be" 'spacemacs/safe-erase-buffer
"bh" 'spacemacs/home
"b C-d" 'spacemacs/kill-matching-buffers-rudely
"b C-d" 'spacemacs/kill-other-buffers
"b C-D" 'spacemacs/kill-matching-buffers-rudely
"bn" 'next-buffer
"bm" 'view-echo-area-messages
"bN" 'spacemacs/new-empty-buffer