In 3.5 years, Notepad.exe has gone from “barely maintained” to “it writes for you”

AI features in Windows are gradually becoming more widespread and inescapable.

Ars Technica
@jalefkowit I just assumed everyone installed Notepad++ and moved past notepad.exe.
@jalefkowit Using notepad.exe on Windows feels like those times when you go to edit something on a *nix system and you're dumped into nano instead of vi.
@xinit @jalefkowit Yes, this.

@arclight This is how I end up with ":q!" in my crontab

@jalefkowit

@xinit @arclight @jalefkowit Long ago, I tried to send an email with :wq

@1000millimeter

Thank the deities for vim!

'vi' was such a bastard to learn in the 90s, that I could never be arsed to go through such pain again, so now I use gvim on my Linux machine at home, and my Windows laptop at work, and have evolved a moderately busy .vimrc config file that works for both. That, plus 14yrs of coding in Perl, mean that I am now the in-house regex guru 😂

@xinit @arclight @jalefkowit

@bytebro I have never really liked using gvim because I normally work in the terminal on remote systems (without X forwarding) and I never really liked how it looked. I try again every couple years, though. Maybe some day.

@1000millimeter @arclight @jalefkowit

@xinit @bytebro @1000millimeter @arclight @jalefkowit

At work, I use Windows Terminal with Powershell 7 as default terminal application.

Run "winget install vim.vim" to install vim and gVim, and add "C:\Program Files\Vim\vim91" to your Path environment variable.

I feel naked without a sane editor when working in a terminal.