add PGUP/PGDN to help info

This commit is contained in:
Hongjie Zhai 2021-04-22 07:07:04 +09:00
parent 4590fb474e
commit a5b04e92f9

View file

@ -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()));