Ctrl + k for insert mode character navigation broken by blink's na #1246
Unanswered
PyDataBlog
asked this question in
Q&A
Replies: 1 comment
-
workaround I currently use: ["<C-k>"] = { "fallback", "show_signature", "hide_signature" }, |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
My keymaps for navigating around a buffer in insert mode partially broken cos blink is using
C-k
for some fallback belowhere's my navigate keymaps:
and my blink setup:
how do I get back to using C-k for upwards navigation in insert mode?
Beta Was this translation helpful? Give feedback.
All reactions