Q: Simple <c-n>
mapping
#598
Closed
barrett-ruth
started this conversation in
General
Replies: 2 comments
-
It should work with |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to bind
<c-n>
to:For the life of me I can't get this config to work using builtin mappings.
<c-space>
always shows the correct completions (i.e.vim.api
types), but<c-n>
only shows buffer-related ones. Any help would be appreciated.For example, after exiting out of the completion menu with
<c-e>
,<c-space>
yields:While
<c-n>
yields:Beta Was this translation helpful? Give feedback.
All reactions