aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-02 22:52:12 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-02 22:52:12 +0200
commitdfd89110a7a965d417ebda0d16dd024bcfbbf2f5 (patch)
treea194804a6377a5a147c1889b4ebb726b16d42ca7 /examples
parente91f5b5d31aea3436ec0edffb7aab322f189420e (diff)
parentf3ee2bb1790e96041bfc920e14d32518bf096e59 (diff)
merge in uranthers zoomlevel thingie. doesnt work yet because of strof not recognized. stay tuned...
Diffstat (limited to 'examples')
-rw-r--r--examples/configs/sampleconfig1
-rw-r--r--examples/configs/sampleconfig-dev1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index 621d438..9bb0025 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 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.
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index c1c2e1d..c8eddd0 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -104,6 +104,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 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.