ssh-portfolio/.config/config.json5
Erica Marigold 15a6cfe4e2
Some checks failed
CI / Test Suite (push) Has been cancelled
CI / Rustfmt (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Docs (push) Has been cancelled
feat: init, basic rendering with ratatui to ssh backend
2025-01-28 05:40:02 +00:00

10 lines
250 B
Text

{
"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
},
}
}