Skip to content

Instantly share code, notes, and snippets.

@lord
Created October 17, 2023 11:04
Show Gist options
  • Save lord/d807811ead1fb525f10302fd6e2ff59d to your computer and use it in GitHub Desktop.
Save lord/d807811ead1fb525f10302fd6e2ff59d to your computer and use it in GitHub Desktop.
dance.json
{
"key": "enter",
"command": "-dance.selections.toggleIndices",
"when": "editorTextFocus && dance.mode == 'normal'"
},
{
"key": "alt+u",
"command": "-dance.history.undo.selections",
"when": "editorTextFocus && dance.mode == 'normal'"
},
{
"key": ",",
"command": "dance.seek.askObject.inner",
"when": "editorTextFocus && dance.mode == 'normal'"
},
{
"key": "alt+i",
"command": "-dance.seek.askObject.inner",
"when": "editorTextFocus && dance.mode == 'normal'"
},
{
"key": "alt+i",
"command": "-dance.seek.askObject.inner",
"when": "editorTextFocus && dance.mode == 'insert'"
},
{
"key": "space",
"command": "dance.selections.clear.secondary",
"when": "editorTextFocus && dance.mode == 'normal'"
},
{
"key": ",",
"command": "-dance.selections.clear.secondary",
"when": "editorTextFocus && dance.mode == 'normal'"
},
{
"key": "'",
"command": "dance.seek.askObject",
"when": "editorTextFocus && dance.mode == 'normal'"
},
{
"key": "alt+a",
"command": "-dance.seek.askObject",
"when": "editorTextFocus && dance.mode == 'normal'"
},
{
"key": "alt+a",
"command": "-dance.seek.askObject",
"when": "editorTextFocus && dance.mode == 'insert'"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment