Skip to content

Commit 086d27d

Browse files
committed
Let arrows in helm move between sources
1 parent 6a0496c commit 086d27d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/config-helm.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
(setq helm-case-fold-search 'smart
3333
helm-candidate-separator (make-string 20 ?─)
3434
helm-display-header-line nil
35-
helm-inherit-input-method nil))
35+
helm-inherit-input-method nil
36+
helm-move-to-line-cycle-in-source nil))
3637

3738
(use-package helm-info
3839
:ensure nil

0 commit comments

Comments
 (0)