From 00d681cc69fcc0d58f3603709400d26ea2647114 Mon Sep 17 00:00:00 2001 From: jw013 Date: Sun, 7 Jan 2024 21:11:18 -0500 Subject: Update goto_file docs (#8563) (#9001) Make the pluralization of files and selections consistent to emphasize the 1-to-1 relation between files and selections. The prior wording with plural "files" and singular "selection" can mislead users into thinking the command can open multiple files from a single selection.--- helix-term/src/commands.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helix-term/src/commands.rs') diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 1b8f9e1f..ff0849f2 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -337,9 +337,9 @@ impl MappableCommand { goto_implementation, "Goto implementation", goto_file_start, "Goto line number else file start", goto_file_end, "Goto file end", - goto_file, "Goto files/URLs in selection", - goto_file_hsplit, "Goto files in selection (hsplit)", - goto_file_vsplit, "Goto files in selection (vsplit)", + goto_file, "Goto files/URLs in selections", + goto_file_hsplit, "Goto files in selections (hsplit)", + goto_file_vsplit, "Goto files in selections (vsplit)", goto_reference, "Goto references", goto_window_top, "Goto window top", goto_window_center, "Goto window center", -- cgit v1.2.3-70-g09d2