From 97348882c8eeac6919ada99bdc5b55b86f99ee1f Mon Sep 17 00:00:00 2001 From: Premysl 'Anydot' Hruby Date: Fri, 1 May 2009 15:07:06 +0200 Subject: Use only 2 scrolling function --- examples/configs/sampleconfig | 9 +++++---- examples/configs/sampleconfig-dev | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'examples') diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig index 2f9df6f..1e4d3ee 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 diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev index 9fcc906..bcba2df 100644 --- a/examples/configs/sampleconfig-dev +++ b/examples/configs/sampleconfig-dev @@ -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 -- cgit v1.2.3