Play around with some keybindings

This commit is contained in:
David Morgan 2021-08-20 16:00:34 +01:00
parent 95ee288c75
commit 43f1ebb106
2 changed files with 5 additions and 4 deletions

View File

@ -196,7 +196,7 @@
("M-'" . consult-register-store) ;; orig. abbrev-prefix-mark (unrelated)
("C-M-#" . consult-register)
;; Other custom bindings
("C-S-s" . consult-line)
("C-s" . consult-line)
("C-M-S" . consult-line-symbol-at-point)
("M-y" . consult-yank-pop) ;; orig. yank-pop
("<help> a" . consult-apropos) ;; orig. apropos-command
@ -355,8 +355,8 @@
(use-package embark
:bind
(("C-." . embark-act)
("C-;" . embark-dwim)
(("C-," . embark-act)
("C-." . embark-dwim)
("C-c C-o" . embark-export)
("C-h b" . embark-bindings)
("C-h B" . describe-bindings))

View File

@ -13,6 +13,7 @@
(ctrlf-default-search-style 'fuzzy-regexp)
(ctrlf-alternate-search-style 'literal)
:bind
("C-S-s" . ctrlf-forward-default)
("C-M-g" . ctrlf-cancel) ;; always bind this in case we have left the minibuffer
("C-*" . ctrlf-forward-symbol-at-point))
@ -68,7 +69,7 @@
:bind
("C-:" . avy-goto-char)
("C-'" . avy-goto-char-2)
("C-," . avy-goto-char-in-line)
("C-;" . avy-goto-char-in-line)
("C-c C-v" . avy-goto-char-in-line)
("C-c v" . avy-goto-word-or-subword-1)
("M-g w" . avy-goto-word-1)