aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs/sampleconfig
diff options
context:
space:
mode:
Diffstat (limited to 'examples/configs/sampleconfig')
-rw-r--r--examples/configs/sampleconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index 0f2fa5f..17586a4 100644
--- a/examples/configs/sampleconfig
+++ b/examples/configs/sampleconfig
@@ -21,10 +21,11 @@ show_status = 1
status_top = 0
[bindings]
-j = scroll_down
-k = scroll_up
-h = scroll_left
-l = scroll_right
+# scroll down/up/left/right
+j = scroll_vert 20
+k = scroll_vert -20
+h = scroll_horz -20
+l = scroll_horz 20
b = back
m = forward
s = stop