mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
13 lines
608 B
Diff
13 lines
608 B
Diff
diff --git a/helix-term/src/commands/typed.rs b/helix-term/src/commands/typed.rs
|
|
index 2013a9d8..e1673e68 100644
|
|
--- a/helix-term/src/commands/typed.rs
|
|
+++ b/helix-term/src/commands/typed.rs
|
|
@@ -2705,7 +2705,7 @@ fn noop(_cx: &mut compositor::Context, _args: Args, _event: PromptEvent) -> anyh
|
|
},
|
|
TypableCommand {
|
|
name: "write",
|
|
- aliases: &["w"],
|
|
+ aliases: &["w", "W"], // I type too fast
|
|
doc: "Write changes to disk. Accepts an optional path (:write some/path.txt)",
|
|
fun: write,
|
|
completer: CommandCompleter::positional(&[completers::filename]),
|