]> code.delx.au - gnu-emacs-elpa/commit
Add a way to exit ignoring the candidates
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 21 Apr 2015 15:01:58 +0000 (17:01 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 21 Apr 2015 15:01:58 +0000 (17:01 +0200)
commit37d371c7c7cf9c6724fe5037902d4c78dd8fd3f5
treee2689b15544fe4bf3b06ba638aa2a88c45f9373a
parent12c25a0ee32dd9d461a3d0dd438e33031159a364
Add a way to exit ignoring the candidates

* ivy.el (ivy-immediate-done): New commad, currently unbound.
Exit the minibuffer, ignoring the candidates. Solves the same problem as
"C-f" in `ido-mode'.
(ivy-alt-done): With a prefix arg, e.g. "C-u C-j", forward to `ivy-immediate-done'.

Re #50
ivy.el