You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set <space> as leader and am writing text that actually contains spaces, the editor does some jumping and I get a delay of about 1 second where the status line in vscode also contains the string <leader>. I assume that this is related to the extension waiting to see if the leader is used in any kind of key-combination.
Is there perhaps a way to disable this in insert mode? I already tried to do something like this as an insertModeKeyBindingNonRecursive but it didn't help:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey :)
When I set
<space>
as leader and am writing text that actually contains spaces, the editor does some jumping and I get a delay of about 1 second where the status line in vscode also contains the string<leader>
. I assume that this is related to the extension waiting to see if the leader is used in any kind of key-combination.Is there perhaps a way to disable this in insert mode? I already tried to do something like this as an insertModeKeyBindingNonRecursive but it didn't help:
Beta Was this translation helpful? Give feedback.
All reactions