These are my Vim config files for VS Code
space+v: Split window right
space+s: Split window down
space+h: Focus left window
space+l: Focus right window
space+k: Focus above window
space+j: Focus lower window
space+t: Open the file explorer
ctl-e: Close the explorer and move back into window
ctl-h: collapse directory
ctl-l: expand directory
ctl-enter: rename file
ctl+k: Move up
ctl+j: Move down
Show Relavite Line Numbers:
- Go to settings
cmd+, - Type "line numbers" in search bar
- Under the "Text Editor" section in the drop down menu for "Editor: Line Numbers select "Relative"
Improved Vim setup in Visual Studio Code by Sebastian Hoitz:
The EasyMotion Project: