18 lines
297 B
Plaintext
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",
|
|
},
|
|
}
|
|
}
|