How to turn on completion on Ctrl-n Ctrl-p #1322
Answered
by
Saghen
mario-amazing
asked this question in
Q&A
-
How to confiruge triggers? Expected Behavior: |
Beta Was this translation helpful? Give feedback.
Answered by
Saghen
Feb 26, 2025
Replies: 1 comment
-
Check out the keymap documentation. It would look something like keymap = {
['<C-n>'] = { 'show', 'select_next', 'fallback' }
['<C-p>'] = { 'show', 'select_prev', 'fallback' }
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mario-amazing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out the keymap documentation. It would look something like