Skip to content

Comment on Ask HN: Which editor do you use for JavaScript Development?

Comments

VSCode with the vimstyle extension. Sometimes I turn off vimstyle because it conflicts with my existing keyboard shortcuts. Still a learning process, + I've started using the ultimate hacking keyboard and its arrow keys are mapped to I for up ( which is INSERT MODE in vim ), and j/l for over ( vim uses h/l ), and K for down ( vim uses K for UP ), so there is a HUGE learning curve to use both vim + vscode shortcuts + uhk. But it's getting a lot easier with practice.

One thing I've kind of decided on is minimal use of hjkl keys in vim in favor of UHK's MOD +

                    I
                  J K L
The biggest thing I use vimstyle for is 'U' for undo and line jumping with <line> SHIFT+G.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.