summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christoph Lohmann 2012-11-16 10:13:23 +0100
committerGravatar Christoph Lohmann 2012-11-16 10:13:23 +0100
commit6d9d3ca4e133745925945a00d5e0c881b58c3a62 (patch)
tree04961eae78b010b603fe41c48a91579b972a4c36 /config.def.h
parentEnable the insert mode. Thanks to stanio@cs.tu-berlin.de! (diff)
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") },