diff options
author | corvid <corvid@lavabit.com> | 2009-07-05 22:17:41 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-07-05 22:17:41 +0000 |
commit | 76c4bf8a1cc85d9cd15c0bb6817a7fe92c5e6eaa (patch) | |
tree | 7ba32724cbcb56f03ea82a904c9578f29f3774c7 /src/keysrc | |
parent | 1cefd820489a50fd10220e05c05a7b102c6940b2 (diff) |
keybindings for scrolling
Diffstat (limited to 'src/keysrc')
-rw-r--r-- | src/keysrc | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -69,3 +69,26 @@ # "stop" loading the page. #(stop has no default binding) + +#-------------------------------------------------------------------- +# MOTION COMMANDS +#-------------------------------------------------------------------- + +#pageup = screen-up +#b = screen-up + +#pagedown = screen-down +#space = screen-down + +#up = line-up + +#down = line-down + +#left = left + +#right = right + +#home = top + +#end = bottom + |