-
-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Insert word at point with C-w #125
Comments
You have to bind it yourself as: (define-key ivy-minibuffer-map (kbd "C-w") 'ivy-yank-word) I prefer to have C-w call |
Thank you for prompt response and implementation! Exactly what I wanted :) |
My first tests were when I had point at the bol but then when the cursor is further the function ivy-yank-word yanks string from the beg of line to the point. I modified your function a bit to suit my need.
|
swiper.el (swiper--update-input-ivy): When there's no input yet, don't move point. Re #125
Thanks for pointing that out, |
I'm used to pressing C-w in isearch-forward to insert word-at-point in the minibuffer. Would it be possible to do it with swiper?
The text was updated successfully, but these errors were encountered: