Set up useful rebinds
This commit is contained in:
parent
98aba64caa
commit
fc95a69246
2
init.el
2
init.el
|
|
@ -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))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue