add vim normal hover keybind and fix typo
This commit is contained in:
parent
8004b41eb4
commit
5182756f1d
6 changed files with 7 additions and 6 deletions
|
@ -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", .{});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue