Add boilerplate from ratatui-async-template

This commit is contained in:
2023-10-29 11:19:06 +01:00
parent 51149b583d
commit 5c70290c21
17 changed files with 1557 additions and 0 deletions

10
.config/config.json5 Normal file
View 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
},
}
}