davidbrochart / nbterm

Jupyter Notebooks in the terminal.
MIT License
745 stars 37 forks source link

Add vim-style j, k bindings for moving up and down cells #64

Closed larsyencken closed 1 year ago

larsyencken commented 1 year ago

Awesome project!

This PR adds "j" and "k" as navigation alternatives to the arrow keys, bringing nbterm slightly closer to the standard keybindings for Jupyter notebooks.

davidbrochart commented 1 year ago

Thanks @larsyencken !