judge0 / ide

✨ Simple, free and open-source online code editor.
https://ide.judge0.com
MIT License
818 stars 257 forks source link

Vim mode #6

Closed hermanzdosilovic closed 6 years ago

hermanzdosilovic commented 6 years ago

User should be able to enable/disable vim mode in Judge0 IDE.

We could use CodeMirror built in functionality for this as we already use CodeMirror for our editors.

ron-popov commented 6 years ago

I would like to work on this.

hermanzdosilovic commented 6 years ago

@ron-popov go ahead! :smile:

ron-popov commented 6 years ago

I don't know why but vim mode doesn't work for me , any chance you changed something that broke it ? because it worked on my forked repo.
The button also doesn't save it's state, if i refresh the page it goes back to not being on.

hermanzdosilovic commented 6 years ago

You tried it on https://ide.judge0.com?

ron-popov commented 6 years ago

Yes

hermanzdosilovic commented 6 years ago

That's wierd. Try doing hard refresh. Maybe button doesn't save its state because you have third party cookies disabled.

ron-popov commented 6 years ago

Works now , thanks 😄 I think you can now close this issue.