@Alex_Linder @Marko Vim is a Linux text editor usually used by programmers. Made to not require a mouse, keyboard only& faster. VisualStudio Code is Microsoft's editor for programmers. Vim is notorious as being hard to use, even exiting requires pressing a bunch of key combos exiting you press esc on keyboard to enter 'command mode' then :wq to write (save) then quit. It's overly complex, but adv users can be 100x more efficient/faster than someone using a graphical editor with mouse w/ VScode.
@applejack Nice, didn't know that.