Skip to content

Instantly share code, notes, and snippets.

View tshort's full-sized avatar

Tom Short tshort

  • Electric Power Research Institute
View GitHub Profile
@EdAyers
EdAyers / keybindings.json
Last active August 26, 2021 14:41
kak mirror emulation for vscode Dance
[
{
"key": "'",
"command": "dance.openMenu",
"args": {
"input": "mirror"
},
"when": "editorTextFocus && dance.mode == 'normal'"
},
]