firai
firai
這個項目在GH上也有網站https://github.com/lxgw/kose-font
I believe the request here is an option akin to `:set clipboard=unnamedplus`, rather than a request to set this as the default (since this isn't the default in vim either)
I wonder if inability to re-open the PR has something to do with deforking. It seems like the branch in the PR was forked from jwkvam's repo.
I understand from `replit/codemirror-vim` that the new extension needs to be loaded in the CM extension configuration before all other keymaps, including the basic one. I'm looking at the new...
By the way, it seems like this upcoming JLab PR might also have a significant impact on the upgrade? https://github.com/jupyterlab/jupyterlab/pull/12554
Thanks @ianhi! Is it worth mentioning in your comment on the JLab windowing PR that the `replit/codemirror-vim` keymap has to be before the others in the init in order to...
It seems like JLab 4 has now hit RC status. The extension migration guide is at https://jupyterlab.readthedocs.io/en/latest/extension/extension_migration.html.
Since further development will be required to port the extension to JLab 4, this might be a good time to defork?
I understand that this has been resolved. Please reopen or open a new issue if you're still experiencing this issue.
Wouldn't `mapCommand()` create a normal mode key binding? It seems like ex commands are created with `defineEx()`? https://github.com/jupyterlab-contrib/jupyterlab-vim/blob/43ffc6e24f7cf279a3e32f9b5b170b5498cee220/src/index.ts#L127-L137.