summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--surf/config.def.h5
-rwxr-xr-xsurf/surfbin84168 -> 84256 bytes
2 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 } },
diff --git a/surf/surf b/surf/surf
index 2ef77b9..3a3ada3 100755
--- a/surf/surf
+++ b/surf/surf
Binary files differ