aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs/sampleconfig-dev
diff options
context:
space:
mode:
Diffstat (limited to 'examples/configs/sampleconfig-dev')
-rw-r--r--examples/configs/sampleconfig-dev23
1 files changed, 14 insertions, 9 deletions
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index 61ccec9..2d2c5f6 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -11,8 +11,8 @@
# from insert mode by combining them with the modkey
[behavior]
-history_handler = /bin/bash ./examples/scripts/history.sh
-download_handler = /bin/bash ./examples/scripts/download.sh
+history_handler = ./examples/scripts/history.sh
+download_handler = ./examples/scripts/download.sh
fifo_dir = /tmp
socket_dir = /tmp
always_insert_mode = 0
@@ -21,27 +21,32 @@ show_status = 1
status_top = 0
[bindings]
+j = scroll_down
+k = scroll_up
+h = scroll_left
+l = scroll_right
b = back
m = forward
s = stop
r = refresh
R = reload
-h = uri http://www.uzbl.org
+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
-k = exit
-B = spawn /bin/bash ./examples/scripts/insert_bookmark.sh
-u = spawn /bin/bash ./examples/scripts/load_url_from_history.sh
-U = spawn /bin/bash ./examples/scripts/load_url_from_bookmarks.sh
+ZZ = exit
+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
[network]
-proxy_server =
+proxy_server = http://192.168.1.10:8118
#values 0-3
-http_debug = 0
+http_debug = 1
user-agent = uzbl
max_conns =
max_conns_per_host =