Skip to content

Commit

Permalink
tweak(fzf): bind find-project to SPC / (analogue to SPC :)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 4, 2024
1 parent 273f0db commit fdb62bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@

(use-package fzf
:straight t
:commands fzf-project
:init
(+map!
"/" #'fzf-project
"sz" '(nil :wk "fzf")
"szz" #'fzf
"szg" #'fzf-grep
Expand Down

0 comments on commit fdb62bf

Please sign in to comment.