diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2011-10-03 13:03:38 -0400 |
---|---|---|
committer | Brendan Taylor <whateley@gmail.com> | 2011-11-23 18:37:50 -0700 |
commit | 3eab4641aa978cbbc8d5c9fc041b307c2874e3f4 (patch) | |
tree | 736acee7fe35db4a2fad3739a663d0e6d0fe3ae1 | |
parent | 8a78c7fbaa0f2c3f292d67678f9f4d565a2251b4 (diff) |
A better binding for absolute horizontal scrolling
-rw-r--r-- | examples/config/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config index dab0c27..6819dde 100644 --- a/examples/config/config +++ b/examples/config/config @@ -239,7 +239,7 @@ set ebind = @mode_bind global,-insert @cbind $ = scroll horizontal end @cbind <Space> = scroll vertical end @cbind G<Go To:>_ = scroll vertical %r! -@cbind vG<Go To:>_ = scroll horizontal %r! +@cbind _G<Go To:>_ = scroll horizontal %r! # Navigation binds @cbind b = back |