Bind consult-mark and consult-global-mark

This commit is contained in:
contrapunctus 2022-01-16 16:08:41 +05:30
parent 59fbab31e2
commit 9054ce9071
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,8 @@ NAME is the name of the process and its buffer."
("C-." . end-of-line) ;; QWERTY C-e
;; new
("C-h" . backward-delete-char) ;; Dvorak C-h = QWERTY C-j (an improvement)
("C-c RET" . #'consult-mark) ;; c m/c RET with boon-c-god
("C-c S-RET" . #'consult-global-mark) ;; c M/c S-RET with boon-c-god
;; for swapped parenthesis and square brackets layout
("C-)" . abort-recursive-edit)
(:map text-mode-map ("M-." . forward-sentence))