Skip to content

Commit 8ef8094

Browse files
author
Stephan Dilly
committed
better label
1 parent 6bb54cf commit 8ef8094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/strings.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ pub mod commands {
4444
);
4545
///
4646
pub static DIFF_HOME_END: CommandText = CommandText::new(
47-
"Scroll [Home,End]",
48-
"scroll to top or bottom",
47+
"Jump up/down [home,end,shift+up,shift+down]",
48+
"scroll to top or bottom of diff",
4949
CMD_GROUP_DIFF,
5050
);
5151
///

0 commit comments

Comments
 (0)