Add buffer switcher
This commit is contained in:
parent
fe016807da
commit
44a064274d
4 changed files with 202 additions and 3 deletions
|
@ -94,6 +94,14 @@ export const keybindings = [
|
|||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
key: "k",
|
||||
ctrlKey: true,
|
||||
description: "Switch to a buffer",
|
||||
execute: (app) => {
|
||||
app.openDialog("switch");
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
export function setup(app) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue