Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r--helix-term/src/commands.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 64768c0d..10b7b166 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -599,8 +599,8 @@ impl MappableCommand {
command_palette, "Open command palette",
goto_word, "Jump to a two-character label",
extend_to_word, "Extend to a two-character label",
- goto_next_tabstop, "goto next snippet placeholder",
- goto_prev_tabstop, "goto next snippet placeholder",
+ goto_next_tabstop, "Goto next snippet placeholder",
+ goto_prev_tabstop, "Goto next snippet placeholder",
);
}