Hacker News new | ask | show | jobs
by turboponyy 1688 days ago
With regard to vim, unless you've really hacked away at your .vimrc / init.vim, you can usually just apply the vim plugin to your editor and have an identical file editing experience. Interfacing with the file system / Git / operating system might of course differ - I personally use the editor's integrated terminal or a tiled terminal emulator for all that, so it makes no difference to me. This way I can use vim for ssh or editing config files, an IDE for programming if one is available for the given language, or VSCode for a preconfigured vim++.