Files
ratatrix/.config/config.json5

11 lines
254 B
Plaintext

{
"keybindings": {
"Home": {
"<q>": "/quit", // Quit the application
"<Ctrl-d>": "/quit", // Another way to quit
"<Ctrl-c>": "/quit", // Yet another way to quit
"<Ctrl-z>": "/suspend" // Suspend the application
},
}
}