-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Ctrl-i doesn't do anything with clangd #4874
Comments
This would be very strange as the same example works fine with neovim |
It indeed is very strange but I can confirm that Ctrli works in neovim regardless of my terminal emulator configuration. In helix I have to change the config according to the comment linked above. It's possible that Ctrli sends a different input to the terminal application by default (I think it's |
Wow, tab works as ctrl i for some reason! Lets me go forward after ctrl o in helix. Thanks! |
Summary
The keymap says it should jump forward on the jumplist, but it doesn't
Reproduction Steps
Type this into helix:
gd
, cursor jumps totest()
Ctrl-o
, cursor jumps back to the call to test correctly.Ctrl-i
now should jump forward again in the jump list but it doesn'tHelix log
~/.cache/helix/helix.log
The text was updated successfully, but these errors were encountered: