changes here and there

This commit is contained in:
2025-11-19 09:22:40 +01:00
parent 6a9a4068a0
commit bd42d183bc
9 changed files with 71 additions and 22 deletions

View File

@@ -21,7 +21,7 @@
(global-set-key (kbd "C-<delete>") 'kill-word) ; Shift+Entf dito
(global-set-key (kbd "C-<backspace>") 'backward-kill-word) ; Shift+Backspace dito
(global-unset-key (kbd "C-z"))
(global-set-key (kbd "C-x k") 'kill-this-buffer) ; C-x k really kill current buffer w/o asking
(global-set-key (kbd "C-x k") 'kill-current-buffer) ; C-x k really kill current buffer w/o asking
(global-set-key (kbd "C-x C-b") 'buffer-menu)