Add <SPC> b e key binding to erase a buffer
This commit is contained in:
parent
45622e00a0
commit
b9ce9b4907
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
;; buffers --------------------------------------------------------------------
|
||||
(evil-leader/set-key
|
||||
"bd" 'delete-current-buffer-file
|
||||
"be" 'erase-buffer
|
||||
"bK" 'kill-other-buffers
|
||||
"bk" 'ido-kill-buffer
|
||||
"b C-k" 'kill-matching-buffers-rudely
|
||||
|
|
Reference in a new issue