-
I still want to use for complete, but want to keep Tab for indent if in insert mode. Can I do that ? |
Beta Was this translation helpful? Give feedback.
Answered by
Saghen
Nov 5, 2024
Replies: 1 comment
-
['<Tab>'] = {
function(cmp)
if cmp.snippet_active() then
return cmp.accept()
else
return cmp.select_and_accept()
end
end,
'snippet_forward',
'fallback',
} That's the default in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
letieu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's the default in the
super-tab
keymap preset