ipython-vimception
ipython-vimception copied to clipboard
Vim-within-Vim in the IPython Notebook.
By updating to version 3.0.0 vimception stops working. Pressing i (insert mode) sends kernel interrupting signal.
After performing %load_ext vimception I get the following error: Javascript error adding output! ReferenceError: Cell is not defined See your browser Javascript console for more details. Javascript error adding output!...
Added throw-catch to blur event handler to deal with exceptions that see med to be short circuiting the process and causing 'stranded cursors'
Ctrl+V should turn visual block selection mode on, which does not happen (OS X/Safari).
The feature described here doesn't seem to work: http://vim.wikia.com/wiki/Repeat_last_change Has anyone managed to get this working?
I installed vimception as described in the readme. But once I start clicking into cells, the cursor just stays there and everything stops working. I can't type or anything. all...
I think using the above format or some variant might make it a lot easier for your users to get started! The preview is at https://github.com/Russell91/ipython-vimception/tree/patch-1.
The original instructions delete a notebook cell when the kernel is restarted in an existing notebook, and when vimception is alway loaded (#4). This code fixes this.
I know it's a work in progress, but just providing some feedback. Thanks a ton for working on this! With some vigorous movement between cells using the up/down keys while...