You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we allow programmers to move the focus/editing from one cell to another using keyboard shortcuts on top of mouse operations?
In Jupyter, it was easy, just quit Edit mode into Command mode and then use up and down arrow keys to move between cells. Maybe we should simply use up, down, left, and right arrows. But we need to first enable Edit and Command modes (#88) .