Global file find command
This commit is contained in:
parent
01e672b34e
commit
5921b99b2d
1
init.el
1
init.el
|
|
@ -374,6 +374,7 @@
|
||||||
:config
|
:config
|
||||||
(define-key global-map [remap isearch-forward] 'consult-ripgrep)
|
(define-key global-map [remap isearch-forward] 'consult-ripgrep)
|
||||||
(define-key global-map [remap switch-to-buffer] 'consult-buffer)
|
(define-key global-map [remap switch-to-buffer] 'consult-buffer)
|
||||||
|
(define-key global-map [remap set-fill-column] 'consult-fd)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Persist history over Emacs restarts. Vertico sorts by history position.
|
;; Persist history over Emacs restarts. Vertico sorts by history position.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue