I am using Visual Studio Code and while coding, moving fingers to the arrow keys sometimes feel irritating and breaks rhythm. What I am looking for is a way to bind keyboard shortcuts for moving cursor.
Something like -
ctrl + j : moves cursor left
ctrl + l : moves cursor right
ctrl + i: moves cursor up
ctrl + k : moves cursor down
I solved my problem by following the steps below -
Ctrl + p> Preferences: Open Keyboard Shortcuts (JSON)and hit enterkeybindings.jsonfile should open upkeybindingsfile, and this should do the trick.