-
Notifications
You must be signed in to change notification settings - Fork 38
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
Search next match on line if cursor not within surrounding #92
Comments
would be great if wellle/targets.vim could be used as text objects !! |
I was able to make work with following config :D `` call plug#begin('~/.vim/plugged') Plug 'machakann/vim-sandwich' nmap sd (operator-sandwich-delete)A |
I needed to use
Another benefit seems to be that its possible now to use targets builtin objects like |
Sadly it seems to break the magic character
|
Hey I use targets.vim and vim-sandwich together.
I'm not sure whether this behavior is from vim itself or targets, but often you can just do something like this:
| is the cursor. One could press di) now and yield:
However, doing something like sd) is not possible atleast with my configuration. Is this achievable? This feature would make my vim operator experience more consistent.
The text was updated successfully, but these errors were encountered: