Λlisue

Results 426 comments of Λlisue

> 私の環境 (Vim 8.1.392 macOS 10.13.6/Ubuntu 18.04) では sleep でもフリーズしてます。 実際、仕組み的に sleep にしても回避できないと思うんですが... おっしゃる通りで、こちらのテストミスだったようです。 取り消しておきました。:bow:

`statusline` の中で `sleep` を呼ぶと `timer_start` や job/channle の callback が呼ばれるため `"Not allowe here"` とかが **他のプラグインのバグっぽく** 呼ばれるという面倒くさい挙動にぶち当たりました。 解決策としては「`statusline` の中で `sleep` を呼ばない」くらいしかありませんでした。 念のためメモ

Related to https://github.com/lambdalisue/jupyter-vim-binding/issues/63 I haven't investigate this problem yet but could you try http://stackoverflow.com/questions/32156248/how-do-i-set-custom-css-for-my-ipython-ihaskell-jupyter-notebook

While `Cmd-Enter` (or `Ctrl-Enter`) re-enter to the text as _Insert Mode_, the markdown won't be rendered. This is a expected behaviour and I couldn't be bothered to make a special...

I changed my mind. I think `Cmd/Ctrl-Enter` on **Markdown** cell should enter Jupyter mode to accept markdown rendering. I'll change the current behaviour when I have time.

Sorry for super late. I applied the change to `develop` branch so could you try? @yjk21 @scanny

> How do you navigate back to other tabs or do other stuff? I use a mouse unfortunately. It is better to control browser by keyboard as well but I...

> Only tangentially related, but it occurred to me that maybe :q might be made an alias to Shift-Esc as another way to get into Jupyter mode from Vim command-mode...

I found a solution. Use [ffclipboard](https://addons.mozilla.org/ja/firefox/addon/ffclipboard/) which expose `clipboard` object from [Firefox SDK](https://developer.mozilla.org/en-US/Add-ons/SDK/High-Level_APIs/clipboard). However, it seems that ffclipboard **expose clipboard object to any website** and that is too risky... So...