aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-04-02 07:58:17 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2011-04-02 07:58:17 -0600
commited1cfde1c8b0dc1fd4607a527cdbd2adcf7f4855 (patch)
tree5743ef64ed3b8aa7db151a519ba8535bd157334f /examples/config
parent2094a051902b3ba161a9a7aac9cde6b282c65f64 (diff)
disable an uzbl-tabbed binding that doesn't work
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index e3e2080..272ba32 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -381,7 +381,8 @@ set preset = event PRESET_TABS
@cbind gs<preset save:>_ = @preset save %s
@cbind glo<preset load:>_ = @preset load %s
@cbind gd<preset del:>_ = @preset del %s
-@cbind gli = @preset list
+# This doesn't work right now.
+#@cbind gli = @preset list
# === Context menu items =====================================================