aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-24 18:50:27 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-24 18:50:27 +0800
commit2c23115387a668eff89e7dc048f565a3971174e0 (patch)
treea65f47ee24dec1928bbaa785ff15ee5ae3abaf90 /examples
parent0d0d5e42e4e94385e7fd16c4b7725e58b7985fa4 (diff)
Fixed ':_' binding in the config.
Diffstat (limited to 'examples')
-rw-r--r--examples/config/uzbl/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 8abe554..5945985 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -121,7 +121,7 @@ set socket_dir = /tmp
# With this command you can enter in any command at runtime when prefixed with
# a colon.
-@bind :_ = chain '%s'
+@bind :_ = %s
# Middle click
# if clicked on a link open the link in a new uzbl window