17 lines
356 B
Plaintext
17 lines
356 B
Plaintext
{
|
|
"accounts": [
|
|
{
|
|
"user_id": "@alice:example.org",
|
|
"password": "hunter2",
|
|
},
|
|
],
|
|
"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
|
|
},
|
|
}
|
|
}
|