aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
diff options
context:
space:
mode:
authorasvln2022-11-11 19:36:56 +0000
committerMichael Davis2022-11-12 01:14:08 +0000
commit1f72d342493206b83ed82efd402aca712eaffbf8 (patch)
treea3085eb570ec314fdced4022a406e15cd3c21f98 /helix-term/src
parent7468fa28fd41ed24c5ca8067274ad7fc86092971 (diff)
rename description for `goto_line_end_newline`
Diffstat (limited to 'helix-term/src')
-rw-r--r--helix-term/src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 9ea04c43..c74dfb39 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -311,7 +311,7 @@ impl MappableCommand {
goto_line_end, "Goto line end",
goto_next_buffer, "Goto next buffer",
goto_previous_buffer, "Goto previous buffer",
- goto_line_end_newline, "Goto line end (newline)",
+ goto_line_end_newline, "Goto newline at line end",
goto_first_nonwhitespace, "Goto first non-blank in line",
trim_selections, "Trim whitespace from selections",
extend_to_line_start, "Extend to line start",