feat(functions): Add ivy-run-external-command

Adds an ivy-based function akin to Helm's helm-run-external-command,
but without all the things I don't need/want.
This commit is contained in:
Vincent Ambo 2018-05-01 16:02:53 +02:00
parent 72a33b9156
commit 456f692b88
2 changed files with 37 additions and 1 deletions

View file

@ -65,7 +65,7 @@
(exwm-workspace-switch-create ,i))))
;; Launch applications with completion (dmenu style!)
(exwm-input-set-key (kbd "s-d") #'helm-run-external-command)
(exwm-input-set-key (kbd "s-d") #'ivy-run-external-command)
(exwm-input-set-key (kbd "s-p") #'ivy-pass)
;; Toggle between line-mode / char-mode