this is pretty much how the config should look like ihmo
[uzbl-mobile] / sampleconfig
1 # example uzbl config. in a real config, we should obey the xdg spec
2
3 [behavior]
4 history_file = /tmp/uzbl.history
5 download_handler = ./extra/download.sh
6
7 [bindings_internal]
8 n = next
9 f = follow_link_here
10 F = follow_link_new_tab
11 w = follow_link_new_window
12
13 [bindings_external]
14 b = ./extra/insert_bookmark.sh
15 u = ./extra/load_url_from_history.sh
16 U = ./extra/load_url_from_bookmarks.sh
17
18
19 [network]