Λlisue

Results 427 comments of Λlisue

The code above is an essence of https://github.com/lambdalisue/jupyter-vim-binding/blob/master/vim_binding.js

Ah, sorry I got the problem by reading the code. The code above won't work

https://github.com/lambdalisue/jupyter-vim-binding/blob/master/vim_binding.js#L70-L74 These lines overwrite mappings written in `custom.js`. Probably these keys should be obtained from `params` here https://github.com/lambdalisue/jupyter-vim-binding/blob/master/vim_binding.js#L39-L44 so that users can modify

Currently I don't have enough time for this project. So anyone?

Use `:w` instead of `` while you are in Command mode (Vim). > Jupyter provides (Ctrl-s) to save a checkpoint but this extension eliminate that mapping while :w works same...

> but in the F1 help-screen Ctrl-S shows up as a valid keybinding for the command mode I'm sorry but the term "Command mode" in the help points "Jupyter mode"....

FYI. I'm using [async-http-proxy](https://github.com/LinkTed/async-http-proxy) with [async-tungstenite](https://github.com/sdroege/async-tungstenite) and works well for general HTTP proxy (not SOCK5). I remember that the feature was tested with nginx, squid, haproxy, and proxy.py

It's not difficult but quite tough thus PR is welcome 👍 Maybe it's a good idea to starts from https://github.com/lambdalisue/nerdfont.vim/blob/master/autoload/nerdfont/path/extension.vim

I'm sorry for the late reply. Are you sure that it is caused by this plugin? I guess that kind of behavior could be seen without this plugin.

I'm not sure, but I think it's not guise.vim's job to put aliases, but your shell's job.