cleanup configs
authorDieter Plaetinck <dieter@plaetinck.be>
Sun, 3 May 2009 13:13:02 +0000 (15:13 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Sun, 3 May 2009 13:13:02 +0000 (15:13 +0200)
examples/configs/sampleconfig
examples/configs/sampleconfig-dev

index 7b88682..2870cf7 100644 (file)
@@ -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 =
index e9c9cc1..2948ff0 100644 (file)
@@ -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