Add boilerplate from ratatui-async-template
This commit is contained in:
10
.config/config.json5
Normal file
10
.config/config.json5
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user