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
|
@ -33,7 +33,6 @@ pub fn create(allocator: Allocator) !tui.Mode {
|
|||
return .{
|
||||
.handler = EventHandler.to_owned(self),
|
||||
.name = "VISUAL",
|
||||
.description = "vim",
|
||||
.line_numbers = if (tui.current().config.vim_visual_gutter_line_numbers_relative) .relative else .absolute,
|
||||
.keybind_hints = &hints,
|
||||
.cursor_shape = .underline,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue