aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs/sampleconfig
diff options
context:
space:
mode:
Diffstat (limited to 'examples/configs/sampleconfig')
-rw-r--r--examples/configs/sampleconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index a541854..881173c 100644
--- a/examples/configs/sampleconfig
+++ b/examples/configs/sampleconfig
@@ -69,6 +69,7 @@ bind r = reload
bind R = reload_ign_cache
bind + = zoom_in
bind - = zoom_out
+bind = = reset_zoom
bind t = toggle_status
# Hilight matches. Notice the * after the slash - it makes the command incremental, i.e. gets called
# on every character you type. You can do `bind /_ = search %s' if you want it less interactive.