Skip to content

Instantly share code, notes, and snippets.

@chitan
Created May 3, 2019 13:27
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 chitan/da38a6ce01192319fbc0ab53abfb942b to your computer and use it in GitHub Desktop.
Save chitan/da38a6ce01192319fbc0ab53abfb942b to your computer and use it in GitHub Desktop.
VSCode_settings.json
{
"editor.fontSize": 17,
"terminal.integrated.fontSize": 15,
"editor.fontFamily": "Ricty",
"vim.insertModeKeyBindings": [
{
"before": ["j","j"],
"after": ["<Esc>"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment