dotfiles/.config/VSCodium/User/keybindings.json
2023-05-22 12:57:56 +01:00

16 lines
266 B
JSON

// Empty
[
{
"key": "ctrl+j",
"command": "-workbench.action.togglePanel"
},
{
"key": "ctrl+j",
"command": "editor.action.joinLines"
},
{
"key": "alt+f",
"command": "extension.quote-flipper"
}
]