feat(all): Replace helm with ivy
For most of my use-cases Helm seems to be overkill, and despite overall seeming like a nice and featureful package it has stability issues and bugs that annoy me. I've heard that ivy is simpler to use and configure, so I'm giving it a chance here.
This commit is contained in:
parent
eaac33465d
commit
72a33b9156
4 changed files with 12 additions and 20 deletions
|
|
@ -66,7 +66,7 @@
|
|||
|
||||
;; Launch applications with completion (dmenu style!)
|
||||
(exwm-input-set-key (kbd "s-d") #'helm-run-external-command)
|
||||
(exwm-input-set-key (kbd "s-p") #'helm-pass)
|
||||
(exwm-input-set-key (kbd "s-p") #'ivy-pass)
|
||||
|
||||
;; Toggle between line-mode / char-mode
|
||||
(exwm-input-set-key (kbd "C-c C-t C-t") #'exwm-input-toggle-keyboard)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue