tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.41k stars 70 forks source link

Add support for Vim keybindings #238

Open andrei-micuda opened 3 months ago

andrei-micuda commented 3 months ago

Adding support for Vim keybindings (similar to the VsVim extension for Visual Studio) would be a very nice addition to the development experience.

tareqimbasher commented 3 months ago

Thanks for the feedback. Will do.

tareqimbasher commented 3 months ago

Update: I've made some progress here and I have a working version. Currently trying to figure out the best spot to put the edit status indicator and command input in the statusbar.

keifererikson commented 3 months ago

Super excited to hear this feature is close to implementation! <3