From 780caeed5ecbf3d0b3fda7ec87c471bf50d6c777 Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Thu, 26 Nov 2009 23:15:35 +0800 Subject: Removed stack mode requirement for stacked bindings in bind plugin. --- examples/config/uzbl/config | 9 --------- 1 file changed, 9 deletions(-) (limited to 'examples/config') diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config index ed522cc..62b5315 100644 --- a/examples/config/uzbl/config +++ b/examples/config/uzbl/config @@ -273,7 +273,6 @@ menu_link_add Print Link = print \@SELECTED_URI # Define some mode specific uzbl configurations. set command = @mode_config command set insert = @mode_config insert -set stack = @mode_config stack # Command mode config. @command keycmd_style = foreground="red" @@ -284,14 +283,6 @@ set stack = @mode_config stack @insert status_background = #303030 @insert mode_indicator = Ins -# Multi-stage-binding mode config. -@stack keycmd_events = 1 -@stack modcmd_updates = 1 -@stack keycmd_style = foreground="red" -@stack prompt_style = foreground="#888" weight="light" -@stack status_background = #202020 -@stack mode_indicator = Bnd - set default_mode = command # Mode bindings: -- cgit v1.2.3