ssh-portfolio/.config/config.json5

15 lines
538 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
},
}
}