summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-11-16 10:13:23 +0100
committerChristoph Lohmann <20h@r-36.net>2012-11-16 10:13:23 +0100
commit6d9d3ca4e133745925945a00d5e0c881b58c3a62 (patch)
tree04961eae78b010b603fe41c48a91579b972a4c36 /config.def.h
parentc12b6499fe68b4bc3114ed241c937dd38f94de87 (diff)
downloadsurf-6d9d3ca4e133745925945a00d5e0c881b58c3a62.tar.gz
surf-6d9d3ca4e133745925945a00d5e0c881b58c3a62.tar.bz2
surf-6d9d3ca4e133745925945a00d5e0c881b58c3a62.zip
Removing the insert mode. It will only confuse users. The stop() function is
kept like the eval() function because it could be used in config.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 6f58da7..fdf784e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -43,10 +43,8 @@ static Key keys[] = {
{ MODKEY, GDK_k, scroll_v, { .i = -1 } },
{ MODKEY, GDK_b, scroll_v, { .i = -10000 } },
{ MODKEY, GDK_space, scroll_v, { .i = +10000 } },
- { 0, GDK_i, insert, { 0 } },
{ MODKEY, GDK_i, scroll_h, { .i = +1 } },
{ MODKEY, GDK_u, scroll_h, { .i = -1 } },
- { 0, GDK_Escape, stop, { 0 } },
{ MODKEY, GDK_o, source, { 0 } },
{ MODKEY, GDK_g, spawn, SETPROP("_SURF_URI", "_SURF_GO") },
{ MODKEY, GDK_f, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") },