Currently I'm a #vim user with only two plugins loaded by vims own system no packer or anything.
Uncategorized
2
Posts
1
Posters
0
Views
-
Currently I'm a #vim user with only two plugins loaded by vims own system no packer or anything. They are the gruvbox theme and colorizer to color HTML color codes.
I've been researching to see if I could work with #nvi and wondered about undo history and found that it might be possible ?u
If you're an nvi user what other tips or hacks are there that I should know about ? I don't suppose there is some magical way to theme it ?
Undo the last change made to the file.
If repeated the u command alternates between these two states.
The . command when used immediately after u causes the change log to be rolled forward or backward depending on the action of the u command.
-
S stefano@mastodon.bsd.cafe shared this topic
-
Also something else that I have noticed as an #OpenBSD user is that vi and nvi undo functions seem to both work the same ? I mean you can press u in both to undo and then press . to do multiple undos. Yet I thought it was only nvi that had that feature? I'll have to read up more on both to find differences.