Set up useful rebinds

This commit is contained in:
Curt Spark 2026-03-10 20:04:43 +00:00
parent 98aba64caa
commit fc95a69246
1 changed files with 2 additions and 0 deletions

View File

@ -375,7 +375,9 @@
:config
(define-key global-map [remap isearch-forward] 'consult-ripgrep)
(define-key global-map [remap switch-to-buffer] 'consult-buffer)
(define-key global-map [remap list-buffers] 'consult-buffer)
(define-key global-map [remap set-fill-column] 'consult-fd)
(define-key global-map [remap org-agenda-filter] 'consult-line)
(define-key global-map [remap eshell-previous-matching-input] 'consult-history))