api-docs
api-docs copied to clipboard
(Almost) Doesn't allow scrolling via keyboard
I installed api-docs 0.0.3 and I disabled the keybindings. I enabled Python 2 in the settings. I searched for re.search()
. This opens a long page, but I almost can't scroll via the keyboard.
Space, page down, cursor down, j -- all do nothing.
I can hit Tab, which focuses the first link on the page ("RegexObject") and I can then use Space and Shift-Space to scroll by pages. But page down still does not work, and neither do the cursor keys for scrolling by line.
I think after opening the page in the browser, there should be some sane keys for scrolling. I very much like less
and so if j
could scroll down and k
could scroll up, that would be awesome :-)