diff options
author | Blaž Hrastnik | 2021-12-13 05:36:16 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-13 05:36:53 +0000 |
commit | b25d453f64ceaf11e877d4e0624ac9a3b6b695ed (patch) | |
tree | 7acfc84149522660f0a0363de9266e27c6c3b73f /helix-term | |
parent | e91d357fae04766b9781fe51a0809d35175fe1cf (diff) |
minor: Shorten goto file(s) descriptions
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/src/commands.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 50554731..0ae225e9 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -289,9 +289,9 @@ impl MappableCommand { goto_implementation, "Goto implementation", goto_file_start, "Goto file start/line", goto_file_end, "Goto file end", - goto_file, "Goto files in the selection", - goto_file_hsplit, "Goto files in the selection in horizontal splits", - goto_file_vsplit, "Goto files in the selection in vertical splits", + goto_file, "Goto files in selection", + goto_file_hsplit, "Goto files in selection (hsplit)", + goto_file_vsplit, "Goto files in selection (vsplit)", goto_reference, "Goto references", goto_window_top, "Goto window top", goto_window_center, "Goto window center", |