Skip to content
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

repeat motion in visual mode does not extend selection #282

Open
Miigon opened this issue Jun 28, 2023 · 0 comments
Open

repeat motion in visual mode does not extend selection #282

Miigon opened this issue Jun 28, 2023 · 0 comments

Comments

@Miigon
Copy link

Miigon commented Jun 28, 2023

starting from the inner-most parenthesis.

aaa(bbb(ccc)ddd)eee
         ^

use vi(:

aaa(bbb(ccc)ddd)eee
       └vi(┘

using i( again. expected behaviour is for the selection to extend to the outer parenthesis. this is the default behaviour of vim:

aaa(bbb(ccc)ddd)eee
   └───vi(i(───┘

instead, with targets.vim, it stays at the first parenthesis:

aaa(bbb(ccc)ddd)eee
       └───┘
       vi(i(
@Miigon Miigon changed the title repeat motion in repeat motion in visual mode does not extend selection Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant