Skip to content

MattPerreault/vscode-vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

vscode-vim-config

These are my Vim config files for VS Code

Guide

Normal Mode

Window Management

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

File Explorer Management

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

Move in Dependency Autosuggestions

ctl+k: Move up
ctl+j: Move down

VS Code Settings

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"

Sources

Improved Vim setup in Visual Studio Code by Sebastian Hoitz:

The EasyMotion Project:

About

These are my Vim config files for VS Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors