more emacs bindings
This commit is contained in:
parent
c7d6bd6805
commit
064522959b
2 changed files with 15 additions and 2 deletions
|
@ -271,6 +271,11 @@ const cmds = struct {
|
|||
const Ctx = command.Context;
|
||||
const Result = command.Result;
|
||||
|
||||
pub fn palette_menu_top(self: *Self, _: Ctx) Result {
|
||||
self.menu.select_first();
|
||||
}
|
||||
pub const palette_menu_top_meta = .{};
|
||||
|
||||
pub fn palette_menu_down(self: *Self, _: Ctx) Result {
|
||||
self.menu.select_down();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue