Files
ratatrix/.config/config.json5

18 lines
297 B
Plaintext

{
"accounts": [
{
"user_id": "@alice:example.org",
"password": "hunter2",
},
],
"keybindings": {
"Home": {
"<Ctrl-d>": "/quit",
"<Ctrl-c>": "/quit",
"<Ctrl-z>": "/suspend",
"<Alt-left>": "/previous",
"<Alt-right>": "/next",
},
}
}