if self.items_are_statuses:
sl.keys.append(('F', 'Fave'))
sl.keys.append(('^B', 'Boost'))
- # FIXME: for when we can auto-shink bottom line
+ # FIXME: for when we can auto-shrink bottom line
+ # sl.keys.append(('T', 'Thread'))
# sl.keys.append(('I', 'Info'))
sl.keys.append(('Q', 'Exit'))
sl.proportion = self.linepos / len(self.lines)
if self.mode == 'normal':
# TODO:
#
+ # ^V and ^Z for page up/down. (Even in short posts this is
+ # useful because my reflexes want ^V to go to the bottom)
+ #
+ # ^O ^N and ^O ^P to go to bottom/top. (Any synonyms, like
+ # ^O up?)
+ #
# Might still want to change ^K so that it stops at end of
# current screen line, instead of end of paragraph.
#