aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar uranther <jwheaton@purdue.edu>2009-06-01 14:58:14 -0400
committerGravatar uranther <jwheaton@purdue.edu>2009-06-01 14:58:14 -0400
commitf3ee2bb1790e96041bfc920e14d32518bf096e59 (patch)
tree038fd8dda4566f05522b0d4599a03001c11258d3
parent217b80ed2839c67b8fba4760aba559a6c7306c88 (diff)
fixed sampleconfig so zoom level works again (changed = to 0)
-rw-r--r--examples/configs/sampleconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index ce36fa6..6121ac4 100644
--- a/examples/configs/sampleconfig
+++ b/examples/configs/sampleconfig
@@ -69,7 +69,7 @@ bind r = reload
bind R = reload_ign_cache
bind + = zoom_in
bind - = zoom_out
-bind = = sh "echo set zoom_level = 1.0 > $4"
+bind 0 = sh "echo set zoom_level = 1.0 > $4"
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.