feat: add status message on input mode change
This commit is contained in:
parent
daaa524088
commit
9537c54962
6 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,7 @@ pub fn create(a: Allocator) !tui.Mode {
|
|||
return .{
|
||||
.handler = EventHandler.to_owned(self),
|
||||
.name = root.application_logo ++ "VISUAL",
|
||||
.description = "vim",
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue