aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-02-28 21:54:52 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-02-28 21:54:52 +0800
commit31a3ac216e6fb3978e57031e8cdf996c3bf819c9 (patch)
tree25c0ae4d45f763f912ff8aa2ca278984cb19c664 /examples
parentd15a6df517f0cc37fb7d8cb0aaf61548057240ca (diff)
These example tabbed menu bindings are better suited on the wiki.
We also need to remember people use uzbl-browser as much as uzbl-tabbed. These example menu items only work when using uzbl-tabbed and clutter the context menu for uzbl-browser users.
Diffstat (limited to 'examples')
-rw-r--r--examples/config/config5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/config/config b/examples/config/config
index 150d1ea..8cfa6a6 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -349,11 +349,6 @@ set external_editor = gvim
# === Context menu items =====================================================
# Default context menu
-menu_link_add Open in Tab = event NEW_TAB \@SELECTED_URI
-menu_link_add Open in Next Tab = event NEW_TAB_NEXT \@SELECTED_URI
-menu_link_add Open in BG Tab = event NEW_BG_TAB \@SELECTED_URI
-menu_link_add Open in Next BG Tab = event NEW_BG_TAB_NEXT \@SELECTED_URI
-menu_separator separator_1
menu_add Google = set uri = http://google.com
menu_add Go Home = set uri = http://uzbl.org
menu_separator separator_1