Q: Simple <c-n> mapping
#598
Closed
barrettruth
started this conversation in
General
Replies: 2 comments
|
It should work with |
0 replies
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.apitypes), 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:All reactions