The VSCodeVim team prioritizes issues based on reaction count.
BUG REPORT:
Environment:
Mac
What happened:
Pressed Ctrl+n in _INSERT MODE_ try to move the cursor from current line to next line. But, nothing happen. However, the Ctrl+p is working properly moving cursor to previous line.
What did you expect to happen:
In the _INSERT MODE_, Ctrl+n should move the current cursor to next line.
How to reproduce it:
I have no idea. Not sure what happen to the command extension.vim_ctrl+n in the keyboard shortcut.
Anyone know how to fix it? Or, Ctrl+n working properly on your Mac.
@tojason: The workaround I use for this behaviour is to set the following setting:
"vim.handleKeys": {
"<C-n>": false
}
I had this same issue and @arrayjam solution works for me. 馃憤
Most helpful comment
@tojason: The workaround I use for this behaviour is to set the following setting: