jupyter-vim-binding
jupyter-vim-binding copied to clipboard
Jupyter meets Vim. Vimmer will fall in love.
We can move to vim command line mode by typing : . The window of command line mode appears within a cell, and it hides a part of the cell....
It would be great if it were possible to set marks for a particular notebook that would allow jumping to any particular location within the notebook. For example, given a...
Currently we use the terms below - Jupyter mode - Vim mode - Command mode - Insert mode But the terms above conflict with Jupyter's mode, which use "Command mode"...
### Summary Custom CSS is placed at ~/.jupyter/custom/custom.css ``` ⟩ cat ~/.jupyter/custom/custom.css /* Jupyter cell is in normal mode when code mirror */ .edit_mode .cell.selected .CodeMirror-focused.cm-fat-cursor { background-color: #F6EBF1; }...
When I am working I often realize i need to do some import. Then i scroll up (ctrl-o, gg), add the import and go want to go back to the...
In a cell with several hundred lines, I expect `Ctrl-o, z, z` to center _the line I have selected_ in the viewport; instead, it changes my line selection (o_O) and...
So, as documented in the README, `yy` doesn't work as naively expected (it doesn't copy to the system clipboard); and worse, ⌘C doesn't _either_ (although it does copy the selected...