mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-19 05:20:57 +01:00
changes here and there
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user