]> code.delx.au - gnu-emacs-elpa/commit
ivy.el (ivy-kill-line): Add and bind to "C-k"
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 19 Jun 2015 09:07:07 +0000 (11:07 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 19 Jun 2015 09:07:07 +0000 (11:07 +0200)
commit7b91a3917da38fcc2e340e21505784254d16ba69
treee28d38919e7af345448e3a15f8adc01fbb5373bf
parent5e3c6358f25118d158347b7a1491239b49195f50
ivy.el (ivy-kill-line): Add and bind to "C-k"

The only difference to `kill-line' is that it will kill the whole input
when at the end of the minibuffer. In that case, the regular `kill-line'
was extending into the second line of the minibuffer, which is
unacceptable.
ivy.el