jupyter-vim-binding icon indicating copy to clipboard operation
jupyter-vim-binding copied to clipboard

Jupyter meets Vim. Vimmer will fall in love.

Results 47 jupyter-vim-binding issues
Sort by recently updated
recently updated
newest added

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....

enhancement
Want PR

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...

enhancement
Want PR

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"...

need feedback

### 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; }...

question

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...

enhancement

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...

help wanted

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...

enhancement