Rebind C-x k to kill-current-buffer
Emacs 30 updated kill-this-buffer so it must be executed by a mouse event (e.g. from the menu).
This commit is contained in:
parent
082988c915
commit
d00014c590
@ -3301,7 +3301,7 @@ Because that’s still my favourite language.
|
||||
("|" . gpolonkai/toggle-window-split)
|
||||
("C-b" . bury-buffer)
|
||||
("C-d" . wted/delete-current-buffer-file)
|
||||
("k" . kill-this-buffer)
|
||||
("k" . kill-current-buffer)
|
||||
("C-r" . wted/rename-current-buffer-file)
|
||||
("C-y" . duplicate-line)
|
||||
:map isearch-mode-map
|
||||
|
Loading…
x
Reference in New Issue
Block a user