Skip to content

Commit

Permalink
feat(tools): add fzf support
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 27, 2024
1 parent a394f8e commit fcc6358
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
(use-package ack
:straight t)

(use-package fzf
:straight t
:init
(+map!
"sz" '(nil :wk "fzf")
"szz" #'fzf
"szg" #'fzf-grep
"szG" #'fzf-grep-dwim
"szf" #'fzf-find-file
"szF" #'fzf-find-file-in-dir))

(use-package tldr
:straight t
:hook (minemacs-build-functions . tldr-update-docs)
Expand Down

0 comments on commit fcc6358

Please sign in to comment.