fix: make helix save command (w) description shorter for better fuzzy matching
This commit is contained in:
parent
01dfde1646
commit
e3eac7e84b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ const cmds_ = struct {
|
||||||
pub fn w(_: *void, _: Ctx) Result {
|
pub fn w(_: *void, _: Ctx) Result {
|
||||||
try cmd("save_file", .{});
|
try cmd("save_file", .{});
|
||||||
}
|
}
|
||||||
pub const w_meta: Meta = .{ .description = "w (write/save file)" };
|
pub const w_meta: Meta = .{ .description = "w (save)" };
|
||||||
|
|
||||||
pub fn q(_: *void, _: Ctx) Result {
|
pub fn q(_: *void, _: Ctx) Result {
|
||||||
try cmd("quit", .{});
|
try cmd("quit", .{});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue