Skip to content

Instantly share code, notes, and snippets.

@johtela
johtela / settings.json
Last active September 8, 2021 14:47
ModalEdit keybindings
"modaledit.keybindings": {
"\n": [
"lineBreakInsert",
{
"command": "modaledit.typeNormalKeys",
"args": {
"keys": "ku"
}
}
],