Hey, Brian. You hooked me. Then I went to give it a quick try on Win 10. Grr.
I’ll not write a diatribe about MSFT software and just say I need to work on Doom’s dependencies before I can clone the Doom repository and start working on it. It might be a while. I many todos stacked up right now. Please don’t interpret lack of action as lack of interest. It’s on the list.
hey there,
I like sublime or notepad++. I think its what ever you prefer the look of to be fair!
For a while I used ATOM for everything with the occasional use of Brackets for different things. I have VSCode but I am not feeling the love.
I sometimes change the firmware on some devices and I have found sublime to be a half decent editor. Although I have to say normally in terminal I tend to use nano one hell of a lot or vi.
I think you gotta try a few and decide which you think tickles your fluffy bits and knocks the blocks out of the grey area.
No problem.
I finally got Doom Emacs 100% up to date on all of my main system distros.
Another editor that I had “ignored” for at least the first TEN YEARS of existence, Neovim, a.k.a. nvim, has recently advanced to Version 0.10.
I don’t know why they are so “conservative” in their version numbers. I’ve found it to be VERY solid. In routine usage it can be used just like vi or vim; if you understand Lua or you use one of the many available videos on how to set it up, it looks attractive as well as functional.
i consciously ignore him
Just don’t feel at home
I’ve mentioned nedit, an old project replaced by xnedit.
It’s neither modal nor does it require a lot of Ctrl or Esc sequences.
I use it , mostly for writing, not coding, but it could be used for either.
I believe we also mentioned Geany. It may be one of the most efficient IDE text editors; it’s a very effective lean editor in any case.
For those who have to leave the hand stretch of Ctrl key and Esc key sequences these two may be just what you’ve been looking for.
Unfortunately, I had too many problems with Pulsar. Plugins did not work, the GUI does some weird things and a lot more that I have already displaced.
Very sad. I have now switched to code - OSS.
I’ve been having REALLY good success with Xnedit, which has been quietly updated to at least Version 1.6.3 (may be newer available, haven’t checked in a few weeks). In any case, regardless of the version, it’s a useful modeless type of editor.
I just checked on xnedit; the development pace appears to have slowed down; last release was 1.6.3 in March; I’m using this version and I’ve been quite happy with it. I use it primarily for simple writing and very basic text file and script editing. That actually comprises a large percentage of what I use these days in a text editor, so xnedit suffices nicely. If I need a LOT more, Doom Emacs, a configuration of GNU Emacs that essentially merges vim and Emacs capabilities, adds some additional key bindings and integrates many of the existing capabilities - it provides all you might need. By default once Doom is configured, the editor starts out behaving like a recent version of vim or neovim; you can revert to traditional GNU Emacs behavior by typing Ctrl-Z to toggle between Doom (vi) and Emacs key bindings. If you’re just typing, then Ctrl-Z may be handy. When you’re mostly editing, the vi and doom bindings may be easier, but both are available with that toggle switch. This makes Doom Emacs a very powerful and flexible editing tool, much more than JUST a text editor - like GNU things, it even carries on with the “humor”, calling many of the vi-like capabilities “evil-”; they’re actually very good, so this is “tongue in cheek” stuff going on beneath the scenes!
I found a ‘downside’ to the code editor, which is a free Linux implementation of Visual Studio Code.
It’s a very good editor and it works great for and general text editor. It’s a bit resource intensive and it changes frequently.
Code-insider is the daily build version of code, the Linux implementation of Visual Studio Code. If you want to test what’s getting changed each month then code-insider is the best way to test the monthly changes due to be applied to the code base.
The three editors I have been using the most are xnedit, nvim and Doom Emacs. I also have a few geaphical interface versions of nvim that function almost identically but each offer a slightly different GUI experience; I have a Qt, Gtk and lua versions of nvim and also an F# version.
When I install different Linux builds I sometimes have to add a few additional packages to get all of the GUI interfaces working properly; other than that the experience has been very good.