This commit is contained in:
Jeff 2024-01-24 18:59:27 -05:00
parent 363ecf444b
commit 848a0cadb6

View File

@ -1,14 +0,0 @@
{
"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
"<up>": "Up",
"<down>": "Down",
"<left>": "Left",
"<right>": "Right",
},
}
}