feat(keybind): move selection mode into keybind mode configuration
This commit is contained in:
parent
70f0d8bea6
commit
4f5fa4a3ba
6 changed files with 82 additions and 72 deletions
|
@ -6,6 +6,8 @@ end: Cursor = Cursor{},
|
|||
|
||||
const Self = @This();
|
||||
|
||||
pub const Style = enum { normal, inclusive };
|
||||
|
||||
pub inline fn eql(self: Self, other: Self) bool {
|
||||
return self.begin.eql(other.begin) and self.end.eql(other.end);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue