add vim normal hover keybind and fix typo

This commit is contained in:
xdBronch 2024-10-11 15:38:34 -04:00 committed by CJ van den Berg
parent 8004b41eb4
commit 5182756f1d
6 changed files with 7 additions and 6 deletions

View file

@ -580,7 +580,7 @@ const cmds_ = struct {
pub fn q(self: *Self, _: Ctx) Result {
try self.cmd("quit", .{});
}
pub const q_meta = .{ .description = "w (quit)" };
pub const q_meta = .{ .description = "q (quit)" };
pub fn @"q!"(self: *Self, _: Ctx) Result {
try self.cmd("quit_without_saving", .{});