summaryrefslogtreecommitdiffstats
path: root/src/keybindings.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/keybindings.rs')
-rw-r--r--src/keybindings.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/keybindings.rs b/src/keybindings.rs
index a0c2b33..ae430e9 100644
--- a/src/keybindings.rs
+++ b/src/keybindings.rs
@@ -71,10 +71,14 @@ impl Bindings {
(Key::Char('q'), ActionMap::Quit),
(Key::Char('r'), ActionMap::Rename),
(Key::Char('s'), ActionMap::Shell),
+ (Key::Char('t'), ActionMap::Tree),
(Key::Char('u'), ActionMap::ClearFlags),
(Key::Char('v'), ActionMap::ReverseFlags),
(Key::Char('w'), ActionMap::RegexMatch),
(Key::Char('x'), ActionMap::DeleteFile),
+ (Key::Char('z'), ActionMap::TreeFold),
+ (Key::Char('Z'), ActionMap::TreeUnFoldAll),
+ (Key::Alt('z'), ActionMap::TreeFoldAll),
(Key::Alt('d'), ActionMap::DragNDrop),
(Key::Alt('x'), ActionMap::TrashEmpty),
(Key::Alt('o'), ActionMap::TrashOpen),