Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Ivy is at best an alternative to ido.

It requires using return/tab to complete things, which is precisely what helm does not do.



Like all keybinds in Emacs, this is a matter of defaults and preferences.

    (use-package helm
      :bind* (:map helm-map
                   ([tab] . helm-next-line)
                   ([backtab] . helm-previous-line)
                   ("C-S-SPC" . helm-next-source)))




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: