Add an Ivy action to open a file using an external application

This commit is contained in:
Ohad Livne 2025-06-04 22:46:39 +03:00
parent 78094901c1
commit 34e02cbb81
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -80,6 +80,8 @@
("C-c V" . ivy-pop-view)
:map ivy-minibuffer-map
("C-<return>" . ivy-immediate-done))
:init
(ivy-add-actions 'project-find-file '(("x" counsel-locate-action-extern "open externally")))
:config
(setq ivy-re-builders-alist
'((t . ivy--regex-ignore-order)))