How do I set up Insert mode to basicity be normal VSCode (Vim disabled)? #8171
Unanswered
MichaelLesirge
asked this question in
Q&A
Replies: 1 comment
-
You said you've gotten better at this but did you ever find a solution to the ctrl+d performing an Add Next Occurrence when in insert mode? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
EDIT: I would close this discussion if I could, I have gotten better at it now.
Hi everyone,
I love the keyboard shortcuts offered in Vim Normal mode and find them very helpful but I also like the keyboard shortcuts in normal VSCode. For example all the multi-cursor stuff. like ctrl+d (highlight next occurrence) or ctrl+f2: (highlight all occurrences). For some reason whenever I use ctrl+d or ctrl+f2 it appears to work normally but puts me in visual mode even though I have turned off mouse selection goes into Visual mode.
TL/DR: Basically I just want Vim to act like it is off when in Insert mode but still allow me to go to normal mode with Escape
Current Settings/Preferences
User/settings.json:
User/keybindings.json:
(minus sign in front of command means it is disabled):
OS: Windows 11 (don't bully me plz)
Beta Was this translation helpful? Give feedback.
All reactions