feat: use relative line numbering in vim normal mode by default
This commit is contained in:
parent
baf24d5504
commit
faffc6db47
3 changed files with 7 additions and 1 deletions
|
@ -31,6 +31,7 @@ pub fn create(a: Allocator) !tui.Mode {
|
|||
return .{
|
||||
.handler = EventHandler.to_owned(self),
|
||||
.name = root.application_logo ++ "NORMAL",
|
||||
.line_numbers = .relative,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue