110
In 3.5 years, Notepad.exe has gone from “barely maintained” to “it writes for you”
(arstechnica.com)
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
I shall take a peek. I don't plan on upgrading to W11 so notepad won't even be a thing anymore anyways.
Oh wait, if you are not familiar with Vim or Neovim, then this won't be for you probably. It works completely different compared to a regular text editor and is somewhat complicated and for terminal. There are benefits to it why that is, but just so you know its not a "normal" editor. This is just a warning. :D
In example the keys
h
,j
,k
,l
are used to move the cursor in the editor and every key is a special command basically. You have to switch into editing mode to type in text.I tried vi in college and still haven't been able to exit. (exaggeration, of course, but dear god, that made Notepad seem user friendly) When in Linux, I tend to use Kate and nano.
Yeah, you kinda need to know this before opening it. I was first introduced to vim in a uni course, so it was written out in the assignment text. But with emacs I had to throw the comouter away.