From bd36da4bfeb042e80f9402523a790ada3a80b8df Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 17 Jan 2022 22:35:25 +0000 Subject: [PATCH] fix(navigation/helm): set helm-find-files to C-x f This allows C-x C-f to be bound to find-files, which now uses vertico to great effect. --- modules/navigation/siren-helm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/navigation/siren-helm.el b/modules/navigation/siren-helm.el index 3161627..2b4c417 100755 --- a/modules/navigation/siren-helm.el +++ b/modules/navigation/siren-helm.el @@ -153,7 +153,7 @@ :straight helm :after (helm-global-bindings) :bind - ("C-x C-f" . helm-find-files) + ("C-x f" . helm-find-files) :custom (helm-buffer-max-length 64)