diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-11-15 15:26:48 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-11-15 15:26:48 +0100 |
commit | c12b6499fe68b4bc3114ed241c937dd38f94de87 (patch) | |
tree | 79d9bb1b4243540d2c628044ecda58ed75078a52 /config.def.h | |
parent | d911219554e1b51f02ac29aaf200f15f083c9dee (diff) | |
download | surf-c12b6499fe68b4bc3114ed241c937dd38f94de87.tar.gz surf-c12b6499fe68b4bc3114ed241c937dd38f94de87.tar.bz2 surf-c12b6499fe68b4bc3114ed241c937dd38f94de87.zip |
Enable the insert mode. Thanks to stanio@cs.tu-berlin.de!
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 5f554ff..6f58da7 100644 --- a/config.def.h +++ b/config.def.h @@ -43,6 +43,7 @@ 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 } }, |