Give sort commands more generic sounding names

This commit is contained in:
Michael Lazar
2019-02-18 20:23:57 -05:00
parent 65d7afc92c
commit fc9510c295
4 changed files with 25 additions and 23 deletions

View File

@@ -117,12 +117,13 @@ imgur_client_id = 93396265f59dec9
EXIT = q
FORCE_EXIT = Q
HELP = ?
SORT_HOT = 1
SORT_TOP = 2
SORT_RISING = 3
SORT_NEW = 4
SORT_CONTROVERSIAL = 5
SORT_GILDED = 6
SORT_1 = 1
SORT_2 = 2
SORT_3 = 3
SORT_4 = 4
SORT_5 = 5
SORT_6 = 6
SORT_7 = 7
MOVE_UP = k, <KEY_UP>
MOVE_DOWN = j, <KEY_DOWN>
PREVIOUS_THEME = <KEY_F2>