Skip to content

Instantly share code, notes, and snippets.

@yashdeeph709
Created February 15, 2022 12:21
Show Gist options
  • Save yashdeeph709/d1b636ffb067717b29a095ded8a09341 to your computer and use it in GitHub Desktop.
Save yashdeeph709/d1b636ffb067717b29a095ded8a09341 to your computer and use it in GitHub Desktop.
visual studio code vim
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"],
"vim.normalModeKeyBindings": [
{
"before": ["<leader>", "m"],
"commands": [
"bookmarks.toggle"
]
},
{
"before": ["<leader>", "b"],
"commands": [
"bookmarks.list"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment