Coders or lemmy, what editors do you use? Is it worth learning a new one?
-
Helix because it's easy to setup and hassle free, and it runs well on my 2009 ASUS Eee
-
vscodium and neovim extension
-
i really wonder why mousepads sucks
-
-
I've tried it briefly, but didn't like it/did not find an intuitive or preferred way into it.
-
I'm using helix with arrows. On a standard layout its not so great, but on my main keyboard I have a layer with arrow keys near hjkl. So I can use that on all software even on my BÉPO (DVORAC like) layout.
-
I've been using Vim for over 10 years. The first few years I used it badly. Later I took time to really learn it. Now I can use it fairly decently, but I still learn new things every now and then.
It feels like a really good investment. It's been around forever, it's gonna be around forever, it's installed on almost all computers, and you're going to be forced to use it at some point or another.
I really enjoy being able to go to any computer and starting up a familiar editor, without installing or configuring stuff. I also use a very vanilla Vim. If a coworker's laptop or some server has a different Vim config than mine, I can usually do
vim -u NONE
to get back to a familiar place. -
I switched to helix last year after over twenty years of vim. I really like helix, but it did take some getting used to. Using multiple cursors instead of repeated commands etc
-
Speed of editing is rarely a bottleneck when editing code
It's not just that though, its moving around your code. Being able to jump between matching brackets, follow references etc. it's just quicker and easier with a modal editor.
-
Gdb doesn't support arm macs. I've switched to lldb.
-
Nice. Does it work well for you? How does it compare?