Yog-Sothoth, for some reason, even though your post was first, I didn't see it till this morning, so as I said to daridro, I learned something, so thanks.
HiNot exactly a vi clone, but I'm switching from Doom Emacs with vi keycodes to Helix.
PAGER in .cshrc (alternatively in login.conf(5) or /etc/csh.cshrc)?With pleasureYog-Sothoth, for some reason, even though your post was first, I didn't see it till this morning, so as I said to daridro, I learned something, so thanks.
The funniest reason I've ever readI use vim for the additional features it has that vi doesn't.
I use vi when I hit return before I hit the 'm'.
Or when I'm on a system that doesn't have vim. Everything has vi.
Not satisfied? With Emacs, I understand... but not satisfied with vi is outrageous!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.
set nomodeline
:echo &modeline
When you, for example, want to search and substitute including line breaks, then emacs and sam are superior to vi.Not satisfied? With Emacs, I understand... but not satisfied with vi is outrageous!
Seriously, no satisfaction with either one?
Similar. I write without spell check (I find it breaks my flow). Then I push the whole thing through aspell. The task of jumping through and [accepting] or [ignoring] spelling mistakes is actually quite useful as part of the review process.Additionally, I prefer not to use any spell checker. It's the only way to improve my spelling and grammar. I review them when I've finished the crumb or written a long enough chunk of the novel.
Do you speak about '/' ?When you, for example, want to search and substitute including line breaks, then emacs and sam are superior to vi.
vi is good for writing config files, mails, and such things.
With sam I have the problem of the background color, and that the GUI is not unix, but plan9,
and I am used to unix style. But you can call it without GUI from nvi.
In emacs, you can insert Control chars in a string with C-q, you can seach for a string containing e.g. line breaks.Do you speak about '/' ?
Maybe I don't understand very well, but: %s/mystring\//other\//gIn emacs, you can insert Control chars in a string with C-q, you can seach for a string containing e.g. line breaks.
You can substitute a string containing such chars with other containing also such chars.
I imagine they are talking along the lines of (for Vim[1]):Maybe I don't understand very well, but: %s/mystring\//other\//g