From 730e684d1dca5736cca41ae336d56962a57b9cfe Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Sun, 26 May 2024 21:22:40 -0400 Subject: [PATCH] Correct typo in "current buffer's directory" (#10814) --- helix-term/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 7be2ea095..021b927cf 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -326,7 +326,7 @@ impl MappableCommand { append_mode, "Append after selection", command_mode, "Enter command mode", file_picker, "Open file picker", - file_picker_in_current_buffer_directory, "Open file picker at current buffers's directory", + file_picker_in_current_buffer_directory, "Open file picker at current buffer's directory", file_picker_in_current_directory, "Open file picker at current working directory", code_action, "Perform code action", buffer_picker, "Open buffer picker",