Enable the insert mode. Thanks to stanio@cs.tu-berlin.de!

This commit is contained in:
Christoph Lohmann
2012-11-15 15:26:48 +01:00
parent d911219554
commit c12b6499fe
3 changed files with 106 additions and 10 deletions
+1
View File
@@ -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 } },