You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using @monaco-editor/react and the cursor style does not change in any mode.
The following code is my monaco-vim implementation.
I installed monaco-vim from npm, and I'm using vite + react +typescript.
I may be doing something wrong, so any help is welcome.
// On mount monaco editorconsthandleOnMount=(editor: monaco.editor.IStandaloneCodeEditor)=>{initVimMode(editor,document.getElementById("vim-status"));};
Screenshots:
Normal Mode
Insert mode
The text was updated successfully, but these errors were encountered:
I'm using @monaco-editor/react and the cursor style does not change in any mode.
The following code is my monaco-vim implementation.
I installed monaco-vim from npm, and I'm using vite + react +typescript.
I may be doing something wrong, so any help is welcome.
Screenshots:
Normal Mode
![image](https://private-user-images.githubusercontent.com/43079605/287096892-b16add6e-44e1-4dda-a971-854dc353af76.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjI1NzYsIm5iZiI6MTczOTMyMjI3NiwicGF0aCI6Ii80MzA3OTYwNS8yODcwOTY4OTItYjE2YWRkNmUtNDRlMS00ZGRhLWE5NzEtODU0ZGMzNTNhZjc2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAxMDQzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA4YjU2NWVhOWZlNmUxMGIyODIzYzhlODE3ZTRjODkyNTU2OTA5ZjVmZDY5NjA1MDA0YjU3MjhlZWU3NTJmNWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.mupio7akU_UeeCmbUGHdv_sKhHRPPQFgM1x21wuKA44)
Insert mode
![image](https://private-user-images.githubusercontent.com/43079605/287097458-f761b908-f96a-40eb-9ae0-f0f9e110eee8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjI1NzYsIm5iZiI6MTczOTMyMjI3NiwicGF0aCI6Ii80MzA3OTYwNS8yODcwOTc0NTgtZjc2MWI5MDgtZjk2YS00MGViLTlhZTAtZjBmOWUxMTBlZWU4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAxMDQzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZhZWYyNDY1YTkzNTcyMzczMTA0M2RlODc5YjU2OGQ2MjY1MWJkMDEwNzhhYjY0M2ZjMTVkMDgxOTQzOWY0MDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NA1Mv0--AK-8boXSf-ELdIi-fYb_4B4w2Ftinf88lnk)
The text was updated successfully, but these errors were encountered: