-
Notifications
You must be signed in to change notification settings - Fork 5
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
[substitute.range] Quickly prefix text #69
Comments
hmm, I think I can do something for that, I will keep you informed |
I'm thinking it would be nice to place the cmdline cursor at the same position of the cursor when the plugin is invoked. (given Edge case when cursor is not in |
Interesting, I probably add an option to select that. |
Hi there! I've managed to add the behaviour I want for adding text to a current selection.
But there doesn't appear to be an easy way to start editing from the start of the current text. I find myself press the arrow keys to go to the start of the word, and it's worse the longer the current_text is,
ctrl+left arrow
seems to jump to the start of the command which isn't ideal either, andalt+left arrow
doesn't workI understand it's a bit of a hack to want to prefix things this way. Hopefully it's a small change.
The text was updated successfully, but these errors were encountered: