From 1bf1244122e822695d14c31a2efc236fe7ede5e1 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 3 May 2009 15:13:02 +0200 Subject: cleanup configs --- examples/configs/sampleconfig | 17 ++++++++++------- examples/configs/sampleconfig-dev | 13 ++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) (limited to 'examples') diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig index 7b88682..2870cf7 100644 --- a/examples/configs/sampleconfig +++ b/examples/configs/sampleconfig @@ -22,33 +22,36 @@ status_top = 0 [bindings] # scroll down/up/left/right -j = scroll_vert 20 -k = scroll_vert -20 -h = scroll_horz -20 -l = scroll_horz 20 +j = scroll_vert 20 +k = scroll_vert -20 +h = scroll_horz -20 +l = scroll_horz 20 b = back m = forward s = stop r = refresh R = reload -gh = uri http://www.uzbl.org f = follow_link_here F = follow_link_new_tab w = follow_link_new_window + = zoom_in - = zoom_out t = toggle_status -ZZ = exit +gh = uri http://www.uzbl.org +o _ = uri %s +:wiki _ = uri http://wiki.archlinux.org/index.php/Special:Search?search=%s&go=Go +gg _ = uri http://www.google.com/search?q=%s i = insert_mode B = spawn /usr/share/uzbl/examples/scripts/insert_bookmark.sh u = spawn /usr/share/uzbl/examples/scripts/load_url_from_history.sh U = spawn /usr/share/uzbl/examples/scripts/load_url_from_bookmarks.sh +ZZ = exit [network] proxy_server = #values 0-3 -http_debug = 1 +http_debug = 0 user-agent = uzbl max_conns = max_conns_per_host = diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev index e9c9cc1..2948ff0 100644 --- a/examples/configs/sampleconfig-dev +++ b/examples/configs/sampleconfig-dev @@ -21,7 +21,7 @@ show_status = 1 status_top = 0 [bindings] -## scroll down/up/left/right +# scroll down/up/left/right j = scroll_vert 20 k = scroll_vert -20 h = scroll_horz -20 @@ -31,22 +31,21 @@ m = forward s = stop r = refresh R = reload -gh = uri http://www.uzbl.org f = follow_link_here F = follow_link_new_tab w = follow_link_new_window + = zoom_in - = zoom_out t = toggle_status -ZZ = exit +gh = uri http://www.uzbl.org +o _ = uri %s +:wiki _ = uri http://wiki.archlinux.org/index.php/Special:Search?search=%s&go=Go +gg _ = uri http://www.google.com/search?q=%s i = insert_mode B = spawn ./examples/scripts/insert_bookmark.sh u = spawn ./examples/scripts/load_url_from_history.sh U = spawn ./examples/scripts/load_url_from_bookmarks.sh -#parameter command examples (all need space but can be removed from individual commands). underscore is important. -o _ = uri %s -:wiki _ = uri http://wiki.archlinux.org/index.php/Special:Search?search=%s&go=Go -gg _ = uri http://www.google.com/search?q=%s +ZZ = exit [network] # to start a local socks server, do : ssh -fND localhost:8118 localhost -- cgit v1.2.3