Home > Blockchain >  white cursor mode in android studio
white cursor mode in android studio

Time:03-17

I have a problem with my cursor mode in android studio. When I copy something ,my cursor mode gets bigger than normal and when I click to insert,it returns to normal in android studio

How can I fix it ?

CodePudding user response:

you can go to settings=>plugins=>uncheck the IdeaVim

  • Related