Switch to Normal mode after pressed Ctrl+c and Visual mode after double clicked
See original GitHub issueBUG REPORT
Enviroment: Window 10 ver 1703 (Build 15063.540) Visual Studio Code ver 1.15.1 VSCodeVim ver 0.10.0
Issue:
I added "vim.useCtrlKeys": false,
to my User settings, did i miss something?
- Vim switch to Normal mode after I pressed Ctrl + C
- Everytime I double clicked a word, Vim switch to Visual mode
My Setting
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Vim Stuck In Insert Mode - linux - Super User
Use CTRL-O to execute one Normal mode command |i_CTRL-O|). When this is a mapping, it is executed as if 'insertmode' was off. Normal...
Read more >Other ways to exit Insert mode besides Escape
CTRL -O ( :help i_CTRL-O ) will accept one normal mode command and then return to insert mode. · CTRL-R ( :help i_CTRL-R...
Read more >In Visual Studio Code Ctrl+V is not working - Stack Overflow
Open the keyboard shortcuts preferences by pressing CTRL + SHIFT + P ... pressing p in the NORMAL mode, or use Ctrl+V in...
Read more >Select text - Microsoft Support
To select a single word, quickly double-click that word. To select a line of text, place your cursor at the start of the...
Read more >Visual - Neovim docs
Using Visual mode consists of three parts: 1. Mark the start of the text with "v", "V" or CTRL-V . The character under...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Huh.
useCtrlKeys
does seem to have some issues. I’ll take a look at that.@Chillee yep you are correct