Which version of VI (vi, nvi, nvi2, vim, nvim) are you using and why?

Why vim over vi?
vim brings features that makes life more comfortable:
_ code highlighting (really helpful visually)
_ plugins (I tend to not use these but it can be useful sometimes)
_ a visual mode that is actually "visible" and improved
_ interactive word completion
_ tabs
_ color themes
_ command menu
_ vimdiff (that thing is dope)
_ usage as man pager (convenient as hell)

Why vim instead of neovim?
I've tried it, it's more polished out of the box than barebone vim indeed, but other than that for me the advantage stops there, it's probably because I do not need those improvement for what I do with an editor. Hardcore coder might actually need these but not me.
 
Not exactly a vi clone, but I'm switching from Doom Emacs with vi keycodes to Helix.
Hi
I've tested and like Helix; the only problem is that I haven't found color support in my .tcshrc file (in the themes). Unlike Vim, which colorizes my file
All scripts are perfectly interpreted and colorized except for the syntax of my .tcshrc file.
Also, all *.ini files
:(
 
nvi because it is there and I got used to it.

Main editor emacs, then nvi. I am unhappy, but they are widespread and hence I suppose will not spoil files.
Not satisfied? With Emacs, I understand... but not satisfied with vi is outrageous! 😇
Seriously, no satisfaction with either one?
 
I use vi for the following reasons:
  • vi is always installed by default. Due to the nature of my work, I often connect to servers with very minimal configurations and no internet access.
  • vim has syntax highlighting, which is very convenient. But I want to keep the habit of using vi, because I never know what kind of server I might end up on tomorrow.
You get used to the good things way too quickly :)
 
Back
Top