scut-reminder/config.json

23 lines
555 B
JSON
Raw Normal View History

2023-07-25 14:29:22 -04:00
{
"apps": [
{
"name": "neovim",
"shortcuts": {
"ctrl+alt+n": "Open neovim",
"ctrl+n": "Split neovim horizontally"
}
},
{
"name": "vscode",
"shortcuts": {
"ctrl+shift+p": "Command palette"
}
},
{
"name": "Kitty",
"shortcuts": {
"ctrl+shift+e": "Open new terminal"
}
}
]
}