For quick script and config editing - vi and micro (with a little helpfrom tmux). Most editing is C/C++/C# where jucipp and monodevelop take over.
Editors evolve. So it's not bad to ask the same question on regular intervalsI'm pretty sure every editor has been mentioned by now, and multiple times, as is always true of all such threads everywhere in the universe that asks this exact same question. So can we close this one now until the next same question gets asked later today?
Unless the question gets asked infinitum all over the internet. And it does... it's not bad to ask the same question on regular intervals
Not by default but using '!' to pass into specific filters for the task (awk is pretty useful for this), you potentially have a vastly superior solution to a lot of off-the-shelf IDEs.(3) powerful search and replace functions, regexps across lines.
But it works line by line. How do I search across lines?awk is pretty useful for this
(2) lightweight, it should run also in old computers without time lag.
Typically it is used that way but Awk is surprisingly large as a language.But it works line by line. How do I search across lines?
powerful search and replace functions, regexps across lines.
In scripts I use ed.
mcedit
from Midnight Commander (misc/mc). xfw
) from X File Explorer (x11-fm/xfe).To me that is a fundamental problem with software. Unless you write it yourself or have the ability to completely customize it, you are stuck with someone else's "vision of perfect".Supposedly, vim pulled in dependency hell. I wasn't able to confirm it, because my desktop already had many of those packages.Reddit - Dive into anything
www.reddit.com
Also, they had the suggestion of using vim-console and other lightweight packages.
Yep, common sense right there. I'm guessing the port maintainer would accept pull requestsIf the package is meant for Wayland, it needs to be vim-wayland. vim-console should be the default install as just vim.
The "I wanna rock and roll all night and party every day" philosophy?What happened to the KISS philosophy?
Apologies for trying to inject a bit of levity on a Monday.Keep It Simple, not rock band depicted on a That 70's Show t-shirt.
set noai inde=
vi/vim
. I learned it a long time ago using the program vimtutor
. If I am doing some coding I like editors/cream though.