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
expect the line content to be delete and to end up in insert mode
Expected behavior
I would expect to delete the whole line contents and go to insert mode.
To my surprise "cc" works (exactly like I'd like "S" to work).
Environment (please complete the following information):
BTW: Where can I find special keys definitions for this plugin to create key mappings? For instance I'm looking into remapping Capslock and I've tried <capslock> and <Capslock> but none of them worked.
Check out this issue, there are a few solutions on there for that. If you are just binding Capslock to Esc then you should probably look at this comment.
It looks like from what they are saying though that it will still toggle your system's caps lock toggle, so if you don't want that to happen you should probably use a program like AutoHotKey to interrupt it at the system level.
Describe the bug
"S" in normal mode doesn't work.
I've tried the following in
settings.json
but it also didn't work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect to delete the whole line contents and go to insert mode.
To my surprise "cc" works (exactly like I'd like "S" to work).
Environment (please complete the following information):
settings.json
The text was updated successfully, but these errors were encountered: