aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar uranther <jwheaton@purdue.edu>2009-06-06 16:46:05 -0400
committerGravatar uranther <jwheaton@purdue.edu>2009-06-06 16:46:05 -0400
commit39c5a16865acebab0901b3fc54854d0b915e5e52 (patch)
treef87407c8bceb019c384bcce1175a8eeeab2d3a5f
parentaa02098d1be7eccb5fe86f3c0a48c4104deb521d (diff)
Revert "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 9bb0025..a799be3 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 0 = sh "echo set zoom_level = 1.0 > $4"
+bind = = 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.