lambdalisue / jupyter-vim-binding

Jupyter meets Vim. Vimmer will fall in love.
2.1k stars 136 forks source link

MacOS: jupyter-vim-binding support for <C-n>/<C-p> completion #132

Closed yelled1 closed 5 years ago

yelled1 commented 5 years ago

Summary

Jupyter-vim-binding supports / completion does not work while tooltip works well

Environment

Behavior

moves cursor up & moves it down within the code cell but not along the completion #### Expected moves cursor up & down along the completion once object. shows the completions #### Actual moves cursor up & moves it down within the code cell ### Step by step procedure Pls note that `jupyter lab --ip=0.0.0.0 --no-browser --port=8888` is started on the Ubuntu on the Google Cloud ONLY Chrome browser is run on Mac http://datasci.brainbuster.com:8888/lab ### What you have done to solve the issue disabled the shortcut ui ### Remarks Just likely something to do with Mac OSX. I will see if I can repeat with Ubuntu tonight. Meanwhile, if this is mac specif issue, then pls let me know. (Esp if the solution is known)
lambdalisue commented 5 years ago

If you are using jupyterlab_vim, you should report issue on jupyterlab_vim. Here is for jupyter-vim-binding.

yelled1 commented 5 years ago

Oops, wrong add-in. My baaad.