Vim hotkeys in the Challenges

Hello,

Are Vim hotkeys supported in the challenge editor? Any plans to support in the future? Would be great muscle memory to learn Vim and the challenges at the same time.

Br,

Rob

The editor on freeCodeCamp.org is pretty minimal, by design. If you like using Vi bindings you can work on the challenges locally either in Vim, or with a Vi extension added to an editor like VS Code or SublimeText (both of which I know are free and have Vi extensions).

Just wanted to say thank you @ArielLeslie for the reply. I think copying back and forth between the in browser code editor will eliminate any efficiency gains except for the more detailed projects.

Everybody’s a critic :slight_smile: when something is free, but thought it would be worth integrating as a common dev tool to speed repetitive tasks.