diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 3bb1f1079..cb3a47be7 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -1303,10 +1303,10 @@ KEY_DATA = collections.OrderedDict([ ('move-to-end-of-document', ['G']), ('yank-selected -p', ['Y']), ('yank-selected', ['y', '', '']), - ('scroll -50 0', ['H']), - ('scroll 0 50', ['J']), - ('scroll 0 -50', ['K']), - ('scroll 50 0', ['L']), + ('scroll left', ['H']), + ('scroll down', ['J']), + ('scroll up', ['K']), + ('scroll right', ['L']), ])), ])