Reputation: 87
I am using Android Studio to code a flutter app. It was working fine so was able to edit documents like MS Word documents. But suddenly I have to click a key like 'I' to edit documents. It is like editing documents in Terminal. How I can fix it? Please help me.
Thanks,
Upvotes: 0
Views: 268
Reputation: 720
check if you are enabling Vim plugin, if yes disable it. I to edit is a Vim keybinding to enter Insert mode.
Upvotes: 2