forked from DevComp/ssh-portfolio
16 lines
606 B
Text
16 lines
606 B
Text
{
|
|
"keybindings": {
|
|
"Home": {
|
|
"<q>": "Quit", // Quit the application
|
|
"<Ctrl-d>": "Quit", // Another way to quit
|
|
"<Ctrl-c>": "Quit", // Yet another way to quit
|
|
"<Esc>": "Quit", // Final way to quit
|
|
"<Ctrl-z>": "Suspend", // Suspend the application
|
|
"<right>": "NextTab", // Go to the next tab
|
|
"<left>": "PrevTab", // Go to the previous tab
|
|
"<down>": "SelectNext", // Go to the next selection in options
|
|
"<up>": "SelectPrev", // Go to the previous selection in options
|
|
"<enter>": "Continue", // Continue with the current selection
|
|
},
|
|
}
|
|
}
|