mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
better label
This commit is contained in:
parent
6bb54cfa8c
commit
8ef80945b0
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ pub mod commands {
|
|||
);
|
||||
///
|
||||
pub static DIFF_HOME_END: CommandText = CommandText::new(
|
||||
"Scroll [Home,End]",
|
||||
"scroll to top or bottom",
|
||||
"Jump up/down [home,end,shift+up,shift+down]",
|
||||
"scroll to top or bottom of diff",
|
||||
CMD_GROUP_DIFF,
|
||||
);
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in a new issue