aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-26 22:17:34 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-26 22:17:34 +0200
commitebb4e2a758b7c52d02ad0cc6401f6b14c21fa732 (patch)
tree3a9270daa06f770adea35d60386a3183d38a81cb /config.h
parent9a5c778d809f1d8e9fb016e56fae96cc41befa5f (diff)
no keybinds by default. they do more harm then good. see ML discussion http://lists.uzbl.org/pipermail/uzbl-dev-uzbl.org/2009-May/000004.html
Diffstat (limited to 'config.h')
-rw-r--r--config.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/config.h b/config.h
index f954736..ab6e195 100644
--- a/config.h
+++ b/config.h
@@ -1,27 +1,6 @@
const struct {
char *command;
} default_config[] = {
-{ "bind j = scroll_vert 20"},
-{ "bind k = scroll_vert -20"},
-{ "bind h = scroll_horz -20"},
-{ "bind l = scroll_horz 20"},
-{ "bind << = scroll_begin"},
-{ "bind >> = scroll_end"},
-{ "bind b = back"},
-{ "bind m = forward"},
-{ "bind s = stop "},
-{ "bind r = reload"},
-{ "bind R = reload_ign_cache"},
-{ "bind + = zoom_in"},
-{ "bind - = zoom_out"},
-{ "bind t = toggle_status"},
-{ "bind /* = search %s"},
-{ "bind ?* = search_reverse %s"},
-{ "bind n = search"},
-{ "bind N = search_reverse"},
-{ "bind o _ = uri %s"},
-{ "bind i = toggle_insert_mode"},
-{ "bind ZZ = exit"},
{ "set reset_command_mode = 1"},
{ "set status_format = <span background=\"darkblue\" foreground=\"white\"> MODE </span> <span background=\"red\" foreground=\"white\">KEYCMD</span> (LOAD_PROGRESS%) <b>TITLE</b> - Uzbl browser"},
{ "set title_format_long = KEYCMD MODE TITLE - Uzbl browser <NAME> > SELECTED_URI"},