]> code.delx.au - gnu-emacs-elpa/commit
ivy.el (ivy-yank-word): New command
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 1 Jun 2015 12:09:33 +0000 (14:09 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 1 Jun 2015 12:09:33 +0000 (14:09 +0200)
commit52a083ec2c317f3450d27550f610827be1228924
treee43f88042c9caa55ecd08c8e15b1f1d7a8d74360
parent9ae55b4ca93b112d9472c57b20c2091bafe95607
ivy.el (ivy-yank-word): New command

* swiper.el (swiper--update-input-ivy): Move point to current regex, not
  just current line.

Gives a behavior similar to "C-w" of `isearch'. Possible binding:

    (define-key ivy-minibuffer-map (kbd "C-w") 'ivy-yank-word)

Fixes #125
ivy.el
swiper.el