Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

When scrolling the cell focus doesn't follow? #99

Open
Vinh-CHUC opened this issue May 17, 2017 · 2 comments
Open

When scrolling the cell focus doesn't follow? #99

Vinh-CHUC opened this issue May 17, 2017 · 2 comments

Comments

@Vinh-CHUC
Copy link

Vinh-CHUC commented May 17, 2017

Firstly thank you so much for working on this!! I love Vim and just started to use Jupyter, very happy that Vim follows me along

OS X 10.12.4
Google Chrome 58.0.3029.110
Jupyter 4.3.1

When I try to scroll with either ^E, ^D, or ^U, ^D, (in Vim mode) the cell focus stays where it is before I started to scroll. Which is a bit inconvenient since after I've scrolled, I'm forced to use my mouse to focus to one of the cells I'm then seeing
If I use J,K it would basically bring me back to where the cell focus is, ie where I started to scroll from

Many thanks

@lambdalisue
Copy link
Owner

It is a bit difficult issue.
^E is used to scroll and j is used to move the cursor.

I know that Vim move cursor on ^E or whatever but to make that compatible on this plugin, we have to guess which cell should we be in. Currently this plugin does not provide such feature...

PR is welcome 😄

@Vinh-CHUC
Copy link
Author

I might have a look :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants