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

Add hotkey to jump to next character. #133

Closed
mmagyar opened this issue Apr 11, 2017 · 2 comments
Closed

Add hotkey to jump to next character. #133

mmagyar opened this issue Apr 11, 2017 · 2 comments
Labels

Comments

@mmagyar
Copy link

mmagyar commented Apr 11, 2017

Add a hotkey that jumps to the next instance of a given single character, similar to f in VIM, without additional input.

I think others would also find this useful, since i noticed that 80 percent of the time, i just want to jump to the next comma or colon or parentheses.

It could have a default key combination of ctrl + super + ;

@breandan
Copy link
Collaborator

Doesn't / + <character> + Enter in IdeaVim, or Ctrl+F + <character> + Enter in IntelliJ IDEA already do this?

@mmagyar
Copy link
Author

mmagyar commented Apr 11, 2017

In IdeaVim f + <character> works. I'd like to have something as close to that as possible, outside of vim mode.

in normal input mode, Ctrl + F + <character> + Esc kinda sorta does this, but it's not ideal, since by default it remembers the last search, it adds lots of visual noise by highlighting all the matches, which is not something i would want, plus it is one additional keystroke.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants