Ctrl+KEY in vim is ignored when navigating quicklist #4813
Unanswered
milosgajdos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have these two nifty keyboard shortcuts in my vim config that allow me to move through/close quickfix list:
While the Ctrl+m and leader+a do work as expected, I've just learnt that the Ctrl+n is somehow ignored: it does not jump to the next item in the quick list.
Screen.Recording.2025-01-08.at.10.21.30.mov
My original suspicion was this shortcut gets hijacked by something in ghostty, so I tried changing it to Ctrl+e
What I observed was that the first time I hit Ctrl+s worked as expected the following times it just didn't and I got back the behaviour described above: the keystroke is being ignored.
I did test this in other terminals and everything works fine, so I'm guess there may be some issue in ghostty or I'm missing something fundamental here
This is happening on:
Beta Was this translation helpful? Give feedback.
All reactions