fix: enable_alt_scroll command description
This commit is contained in:
parent
1dc0fcf9b5
commit
1f45b884b8
1 changed files with 1 additions and 1 deletions
|
|
@ -5106,7 +5106,7 @@ pub const Editor = struct {
|
||||||
pub fn enable_alt_scroll(self: *Self, _: Context) Result {
|
pub fn enable_alt_scroll(self: *Self, _: Context) Result {
|
||||||
self.alt_scroll = true;
|
self.alt_scroll = true;
|
||||||
}
|
}
|
||||||
pub const enable_alt_scroll_meta: Meta = .{ .description = "Enable horizontal scroll mode" };
|
pub const enable_alt_scroll_meta: Meta = .{ .description = "Enable alternate scroll mode" };
|
||||||
|
|
||||||
pub fn disable_alt_scroll(self: *Self, _: Context) Result {
|
pub fn disable_alt_scroll(self: *Self, _: Context) Result {
|
||||||
self.alt_scroll = false;
|
self.alt_scroll = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue