Skip to content

Instantly share code, notes, and snippets.

@Experiment5X
Created July 21, 2018 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Experiment5X/32d7ccc48280d57b71be96e383be5244 to your computer and use it in GitHub Desktop.
Save Experiment5X/32d7ccc48280d57b71be96e383be5244 to your computer and use it in GitHub Desktop.
vscode vim settings
{
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["<C-j>"],
"after": ["j", "j", "j", "j"]
},
{
"before": ["<C-k>"],
"after": ["k", "k", "k", "k"]
},
{
"before": ["<C-h>"],
"after": ["h", "h", "h", "h"]
},
{
"before": ["<C-l>"],
"after": ["l", "l", "l", "l"]
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment