add PGUP/PGDN to help info
This commit is contained in:
parent
4590fb474e
commit
a5b04e92f9
1 changed files with 1 additions and 0 deletions
|
|
@ -303,6 +303,7 @@ pub fn get_mode_info(mode: InputMode) -> ModeInfo {
|
|||
}
|
||||
InputMode::Scroll => {
|
||||
keybinds.push(("↓↑".to_string(), "Scroll".to_string()));
|
||||
keybinds.push(("PGUP/PGDN".to_string(), "Scroll Page".to_string()));
|
||||
}
|
||||
InputMode::RenameTab => {
|
||||
keybinds.push(("Enter".to_string(), "when done".to_string()));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue