summaryrefslogtreecommitdiffstats
path: root/src/keybind.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/keybind.rs')
-rw-r--r--src/keybind.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keybind.rs b/src/keybind.rs
index e9e0e22..64a725a 100644
--- a/src/keybind.rs
+++ b/src/keybind.rs
@@ -481,6 +481,7 @@ pub enum FileBrowserAction {
ShowQuickActions,
RunSubshell,
ToggleColumns,
+ ZoomPreview,
ExecCmd
}
@@ -686,6 +687,7 @@ impl Default for Bindings<FileBrowserAction> {
ShowQuickActions => Char('a'),
RunSubshell => Char('z'),
ToggleColumns => Char('c'),
+ ZoomPreview => Char('C'),
ExecCmd => Char('!')
};