Add keybinding to delete pair under cursor
This commit is contained in:
parent
41c56625e5
commit
303db04162
2
init.el
2
init.el
@ -271,6 +271,7 @@
|
|||||||
;; [ F7 ] -> Toggle linum-mode/display-line-numbers-mode
|
;; [ F7 ] -> Toggle linum-mode/display-line-numbers-mode
|
||||||
;; [ F10 ] -> (Overwritten) Open the menubar in a minibuffer
|
;; [ F10 ] -> (Overwritten) Open the menubar in a minibuffer
|
||||||
;; [ C-z ] -> (Overwritten) Undo (and don't suspend, thanks)
|
;; [ C-z ] -> (Overwritten) Undo (and don't suspend, thanks)
|
||||||
|
;; [ C-c d ] -> Delete pair
|
||||||
;; [ C-c o ] -> Focus on minibuffer window
|
;; [ C-c o ] -> Focus on minibuffer window
|
||||||
;; [ C-c r ] -> Revert buffer without confirmation
|
;; [ C-c r ] -> Revert buffer without confirmation
|
||||||
;; [ C-c s ] -> Open scratch buffer in the current window
|
;; [ C-c s ] -> Open scratch buffer in the current window
|
||||||
@ -320,6 +321,7 @@
|
|||||||
([f7] . display-line-numbers-mode)
|
([f7] . display-line-numbers-mode)
|
||||||
([f10] . tmm-menubar)
|
([f10] . tmm-menubar)
|
||||||
("C-z" . undo)
|
("C-z" . undo)
|
||||||
|
("C-c d" . delete-pair)
|
||||||
("C-c o" . switch-to-minibuffer-window)
|
("C-c o" . switch-to-minibuffer-window)
|
||||||
("C-c r" . revert-buffer-no-confirm)
|
("C-c r" . revert-buffer-no-confirm)
|
||||||
("C-c s" . open-scratch-buffer)
|
("C-c s" . open-scratch-buffer)
|
||||||
|
Loading…
Reference in New Issue
Block a user