"Go to line" feature highlights line but does not place a cursor

Answered

I quite like the "go to line" feature (STRG+G) however whenever I use it I have to go back to my mouse and click on the corresponding line in order to insert any text. Is there what a way to change this behavior or at least a shortcut where I get my cursor without touching the mouse?

0
2 comments

What OS/IDE version do you use? I can't reproduce the problem, it works fine without the mouse.

Please share IDE logs: https://intellij-support.jetbrains.com/hc/articles/207241085. You can upload them at https://uploads.services.jetbrains.com/.

0
Avatar
Permanently deleted user

Thanks for pointing out that the OS or window manager might be the issue. That lead me to the right direction. I am using linux with X11 and i3. The issue can easily be fixed by adding a custom property:

suppress.focus.stealing=false
1

Please sign in to leave a comment.