Add active buffer

This commit is contained in:
2023-11-01 14:33:20 +01:00
parent 41bf892e74
commit b81906c318
8 changed files with 108 additions and 16 deletions

View File

@ -7,10 +7,12 @@
],
"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
"<q>": "/quit",
"<Ctrl-d>": "/quit",
"<Ctrl-c>": "/quit",
"<Ctrl-z>": "/suspend",
"<Alt-left>": "/previous",
"<Alt-right>": "/next",
},
}
}