summaryrefslogtreecommitdiff
path: root/surf/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'surf/config.def.h')
-rw-r--r--surf/config.def.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/surf/config.def.h b/surf/config.def.h
index 518f2e1..34cf531 100644
--- a/surf/config.def.h
+++ b/surf/config.def.h
@@ -168,7 +168,7 @@ static Key keys[] = {
{ 0, GDK_KEY_c, stop, { 0 } },
- { 0, GDK_KEY_q, quit, { 0 } },
+ { 0, GDK_KEY_q, quit, { 0 } },
{ 0, GDK_KEY_Escape, insert, { .i = 0 } },
{ 0, GDK_KEY_i, insert, { .i = 1 } },
@@ -176,6 +176,9 @@ static Key keys[] = {
{ MODKEY, GDK_KEY_r, reload, { .i = 1 } },
{ 0, GDK_KEY_r, reload, { .i = 0 } },
+ { 0, GDK_KEY_l, navigate, { .i = +1 } },
+ { 0, GDK_KEY_h, navigate, { .i = -1 } },
+
/* vertical and horizontal scrolling, in viewport percentage */
{ 0, GDK_KEY_j, scrollv, { .i = +10 } },
{ 0, GDK_KEY_k, scrollv, { .i = -10 } },