Skip to content

Commit

Permalink
Correct typo in "current buffer's directory" (helix-editor#10814)
Browse files Browse the repository at this point in the history
  • Loading branch information
markstos committed May 27, 2024
1 parent f1c9580 commit 730e684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 730e684

Please sign in to comment.