ivanov / ipython-vimception

Vim-within-Vim in the IPython Notebook.
165 stars 17 forks source link

Notebook shortcuts override characters for example when searching #11

Open kimmoo opened 10 years ago

kimmoo commented 10 years ago

Hi,

When going to search mode with '/' I cannot write letter s. Instead it will save the notebook. Same applies for several other characters which I assume all to be the notebook shortcuts.

I'm a novice and might be missing something fundamental in my setup. For example, I'm not able to get rid of the following error message when starting vimception In [1]:

%load_ext vimception Javascript error adding output! ReferenceError: Can't find variable: Cell See your browser Javascript console for more details. Javascript error adding output! ReferenceError: Can't find variable: Cell See your browser Javascript console for more details.

joelmo commented 10 years ago

I have this issue too, do someone have any idea for how to fix this while keeping keybindings like (a, b, s)?