Add an Ivy action to open a file using an external application
This commit is contained in:
parent
78094901c1
commit
34e02cbb81
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@
|
||||||
("C-c V" . ivy-pop-view)
|
("C-c V" . ivy-pop-view)
|
||||||
:map ivy-minibuffer-map
|
:map ivy-minibuffer-map
|
||||||
("C-<return>" . ivy-immediate-done))
|
("C-<return>" . ivy-immediate-done))
|
||||||
|
:init
|
||||||
|
(ivy-add-actions 'project-find-file '(("x" counsel-locate-action-extern "open externally")))
|
||||||
:config
|
:config
|
||||||
(setq ivy-re-builders-alist
|
(setq ivy-re-builders-alist
|
||||||
'((t . ivy--regex-ignore-order)))
|
'((t . ivy--regex-ignore-order)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue