Λlisue

Results 427 comments of Λlisue

We cannot say if a particular plugin is common or not. e.g. I don't use *any* tpope's plugins so from my point of view, vim-surround is not common. I belive...

> I think the issue is that there is a piece of functionality native to Jupyter that people are wanting back Some point of view, I agree. But while this...

Hum... I don't think I've met such situation. Could you give me a clear step-by-step procedure to reproduce? Note. I'm a bit busy for now so ping me after middle...

`Shift-Esc` is a bit special assignment so you need to directly assign the mapping to `extraKeys`. ``` javascript var cm_config = Cell.options_default.cm_config cm_config.extraKeys = $.extend(cm_config.extraKeys || {}, { 'ff': CodeMirror.prototype.leaveNormalMode,...

Hum... Maybe the loading order issue. I need to investigate the better way to solve it. For now, modifying vim_binding.js directly would solve the problem in case if you are...

> Er, I tried that after I commented here but I couldnt get it working Well if you modify the part in `vim_binding.js` I mentioned, it must work. I recommend...

it sounds worth to try thanks! I'll think about this when I got time. btw, do you have ideas about paste?

Well, paste content of system clipboard is not possible with p key. This is a problem

Sorry for late reply. I read and then forgot to reply :pensive: > I'd posit that that isn't as big of a concern, to be honest: In fact, I'd prefer...

I currently does not have an environment to test but does the following code helps you? ```javascript // ~/.jupyter/custom/custom.js require([ 'jquery', 'base/js/namespace', 'notebook/js/cell', 'nbextensions/vim_binding/vim_binding', // To call the function after...