Skip to content

Commit

Permalink
tweak(keybindings): use π as prefix for project-
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Sep 4, 2023
1 parent 7f96d85 commit efef895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'(("\\`g c" . "\\`evilnc-\\(.*\\)") . (nil . "\\1"))
'(("\\`g" . "\\`[Ii]nfo[-:]?\\(?:a-\\)?\\(.*\\)") . (nil . "ɩ·\\1"))
'(("\\`SPC TAB" . "\\`tabspaces-\\(.*\\)") . (nil . "⭾·\\1"))
'(("\\`SPC p" . "\\`\\+?\\(?:consult-\\)?project-\\(.*\\)") . (nil . "🅟·\\1"))
'(("\\`SPC p" . "\\`\\+?\\(?:consult-\\)?project-\\(.*\\)") . (nil . "π·\\1"))
'(("" . "\\`evil[-:]?\\(?:a-\\)?\\(.*\\)") . (nil . "ɛ·\\1")))))
;; Setup `which-key' integration with the minibuffer
(which-key-setup-minibuffer))
Expand Down

0 comments on commit efef895

Please sign in to comment.