ckampfe / russ

A TUI RSS reader with vim-like controls and a local-first, offline-first focus
GNU Affero General Public License v3.0
173 stars 18 forks source link

implement ctrl-d and ctrl-u for page scrolling (#30) #31

Closed Jaco-Minnaar closed 9 months ago

Jaco-Minnaar commented 9 months ago

Vim uses Ctrl-u and Ctrl-d for page up and page down scrolling. This PR adds this functionality to russ.

30

ckampfe commented 9 months ago

Looks great, thank you @Jaco-Minnaar !