I want to move my input cursor down 1 line.
Is there a way to bind cursor movement in the keyboard shortcuts interface?
Update: I have actually found myself in Notepad++ whenever I'm just too tired to wrestle with my text cursor...
So Far
In other software, I use the down arrow. In VS Code, this scrolls auto-fill suggestions.
Formerly, I used a two-key combination: left arrow and down arrow, one to cancel suggestions, one to move the cursor. This no longer works. Suggestions persist.
I've looked everywhere for an answer. There are 0 alternatives, correct? The move cursor down exclusive functionality is simply not available in any way in the current version of VS Code.
Non-configurably eliminated from the software's design.
Inadequate Solutions
- I can hit
escape, but like the mouse, that means lifting one hand. When editing dozens of lines of index assignations (ugly optimization, don't ask), my arm actually starts to burn from the rapid movements. The process is painfully slow. - I cannot disable suggestions or summon them with
ctrl+space, because I use them with every identifier I type (viatab), multiple times per line.