Skip to content

Instantly share code, notes, and snippets.

@monaye
Created January 20, 2021 19:18
Show Gist options
  • Select an option

  • Save monaye/941691d3e62fc773aadceea6679ea741 to your computer and use it in GitHub Desktop.

Select an option

Save monaye/941691d3e62fc773aadceea6679ea741 to your computer and use it in GitHub Desktop.
VIM Key Binding
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"J"
],
"after": [
"5",
"j"
]
},
{
"before": [
"K"
],
"after": [
"5",
"k"
]
},
{
"before": [
"<Leader>",
"j"
],
"after": [
"J"
]
},
{
"before": [
"<Leader>",
"k"
],
"after": [
"K"
]
}
],
"vim.useSystemClipboard": true,
"explorer.confirmDragAndDrop": false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment