JustIdentity

Results 2 issues of JustIdentity

Here, I am using keymap `` to toggle vim extension on/off. But, after turning off then pasting something using ``, this happened: ![temp3](https://user-images.githubusercontent.com/66266045/184681672-b8cb2935-cd31-408e-ab32-f7a4aac801d5.gif) [Code Sandbox](https://codesandbox.io/s/pasting-after-toggling-ss3u9i)

Description --- As the titled written, I can't change EditorState using [`Vim.defineEx`](https://codemirror.net/5/doc/manual.html#vimapi_extending). Usually I want to preserve extension between different EditorState, so I am using [`StateEffect`](https://codemirror.net/docs/ref/#state.StateEffect). I thought that was...