Add active buffer
This commit is contained in:
@ -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",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user