refactor: move mini mode name and remove unused mode description field
This commit is contained in:
parent
0ef553e4c6
commit
f67bfab5b7
18 changed files with 21 additions and 29 deletions
|
@ -36,6 +36,7 @@ pub fn create(allocator: Allocator, _: command.Context) !struct { tui.Mode, tui.
|
|||
try keybind.mode.mini.goto.create(allocator),
|
||||
.{
|
||||
.event_handler = EventHandler.to_owned(self),
|
||||
.name = name,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue