jupyterlab-vim icon indicating copy to clipboard operation
jupyterlab-vim copied to clipboard

Adding a key binding for scrolling pages

Open jiangtianli91 opened this issue 4 years ago • 1 comments

Is it possible to add a keybinding for scroll the webpage of jupyterlab up and down? Like how Ctrl + e/y or Ctrl + u/d work in vim. I just couldn't find a way to scroll the page continuously without using mouse. The j/k key and Ctrl + j/k key can only scroll discretely based on the cell which makes it impossible to see a long output of a cell without using a mouse.

jiangtianli91 avatar Aug 26 '19 03:08 jiangtianli91

This would be great!

It may be best to have it in command mode, so that ctrl+u or ctrl+d goes to the previous and the next cell directly without having to move the pointer all the way to the top or all the way to the bottom.

KeAWang avatar Sep 27 '19 04:09 KeAWang