map toggle_hidden to "H"

This commit is contained in:
rabite 2019-04-13 18:54:03 +02:00
parent 94a5e7210a
commit 9894d0ffab
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ impl Listable for ListView<Files> {
Key::Char(' ') => self.multi_select_file(),
Key::Char('v') => self.invert_selection(),
Key::Char('t') => self.toggle_tag()?,
Key::Char('h') => self.toggle_hidden(),
Key::Char('H') => self.toggle_hidden(),
Key::Char('r') => self.reverse_sort(),
Key::Char('s') => self.cycle_sort(),
Key::Char('N') => self.select_next_mtime(),