How do I stop the super-tab preset keymap from triggering when indenting multiple times? #1139
Unanswered
a-torgovitsky
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This sounds like a bug since we block tab from triggering the menu specifically for this case. Could you provide a repro.lua for this? (check repo root for example) |
Beta Was this translation helpful? Give feedback.
3 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.
-
Suppose I want to indent a line by using two tabs in insert mode at the first character on the line.
With the super-tab keymapping, the second tab will be completed into the first completion suggestion.
How do I change this behavior?
I saw this thread: #277
But I am already using the
super-tab
preset. The first tab does successfully indent. But after that first tab the completion window comes up and the second tab triggers a completion.Beta Was this translation helpful? Give feedback.
All reactions