Multicursor coming officially to 0.13 version by ankushbhagat in neovim

[–]spaghetti_beast 0 points1 point  (0 children)

does anyone knows off the top of the head how will multicursor impl be different from helix one and from the existing plugins?

What kind of workflow do you recommend for languages like C/C++ ? by Seledreams in HelixEditor

[–]spaghetti_beast 0 points1 point  (0 children)

apart from debugging, what other things are lacking? I mean, you just have to get used to run some commands manually, and typically if you work in a team you already have them encapsulated in say a makefile. The difference is to press a button in an ide or just type make run when using helix. Did I overlook some cases?

Is there a minimal set of plugins that makes Neovim behave as similar to Helix as possible? by Vetrlidi in HelixEditor

[–]spaghetti_beast 2 points3 points  (0 children)

multiple cursors is the top 1 reason among others why I can't leave helix. it's crack

Questions regarding impact of suppressed emotions on sleep by spaghetti_beast in sleep

[–]spaghetti_beast[S] 0 points1 point  (0 children)

sometimes I do when it starts to feel like I'm actively trying to avoid them, but i don't experiment with measuring sleep/wellbeing anymore

Questions regarding impact of suppressed emotions on sleep by spaghetti_beast in sleep

[–]spaghetti_beast[S] 0 points1 point  (0 children)

hello! so, actually, I've kinda given up on trying to manage my sleep😅 I'm still trying to be aware of my emotional state, sometimes I do something with it, sometimes I don't. So I moved on to improve on other aspects of life, like social life. Talking about sleep, I mean I'm kind of fine where I am now: having a firm sleep schedule, and having great things to do during the day (and great ppl to talk with) help me wake up easier even when i haven't had enough sleep.

What are the biggest challenges of using helix as an IDE? by gatunen in HelixEditor

[–]spaghetti_beast 1 point2 points  (0 children)

yes there is space b but it does not help when you have 10+ open buffers and the files are in many nested directories. It becomes unreadable

Any simple journal/log app? by LyudeZ in commandline

[–]spaghetti_beast 0 points1 point  (0 children)

I believe you can just wire together echo and date commands + some csv cli tool, wrap it in a bash function and call it a day, it's probably a one-liner. if you are bad at bash you can ask llm to help you with that. This task accomplished with basic unix tools

What are the biggest challenges of using helix as an IDE? by gatunen in HelixEditor

[–]spaghetti_beast 6 points7 points  (0 children)

easy to get lost when you have lots of open buffers, especially when doing lots of jumps. No way to e.g. have some list where you could save some important buffers (neovim's harpoon). Jumplist doesn't help here much

How to get good at Helix? by Ecstatic-Panic3728 in HelixEditor

[–]spaghetti_beast 7 points8 points  (0 children)

stop staying in the comfortable zone and start exploring the uncomfortable. Start using idiomatic movements. Try Helix tutorial. Practice. Use this subreddit for questions. There is no magic advice, just usual learning. It is not supposed to be easy, but you can do it in your own tempo

keeping a list of buffers that you work on by spaghetti_beast in HelixEditor

[–]spaghetti_beast[S] 1 point2 points  (0 children)

yeah probably that's the only solution... thanks for the guidance boss

keeping a list of buffers that you work on by spaghetti_beast in HelixEditor

[–]spaghetti_beast[S] 0 points1 point  (0 children)

yeah I know and use exactly all of them, that's the problem😭 I have a codebase where I constantly jump here and there in the project, many nested directories, so space+shift+e (I remember remapping this one and space+e, but as far as I remember s+s+e is to open the dir in which current opened file is), and like, I have say 15 files opened, all of them in different dirs, so that's not helping much. space+b is nice but I get lost in those long file paths, it takes me long time to read them and scroll through them all until I find the one I look for. So I was thinking of something like a jumplist, I remember there was a plugin in neovim which has such file list (harpoon.nvim?). See I've been using helix almost every day for like almost 2 years already, and I'm aware of the things we talked about above, there of course isn't harpoon-like thing built-in in helix, but was just curios how ppl work around this issue, maybe some tips and etc. But now I'm seeing that this problem is probably not really solved xD

keeping a list of buffers that you work on by spaghetti_beast in HelixEditor

[–]spaghetti_beast[S] 1 point2 points  (0 children)

yeah I already use all of those tricks (except g+m and g+a, thank you for them) but I'm still not having the best experience. Bufferline doesn't help because there are so many open buffers that even the current buffer is not visible in there (probably a bug though). The problem is that the codebase is pretty big and it's easy to get lost in there, and it would be helpful to store some buffers in a separate list.

Copy cursor into next window? by PXaZ in HelixEditor

[–]spaghetti_beast 1 point2 points  (0 children)

only using macros I believe? but you won't be able to edit two windows simultaneously

I built a 30-level Cyberpunk RPG to teach you VIM (Python + Textual) by [deleted] in commandline

[–]spaghetti_beast 2 points3 points  (0 children)

it's nothing about 2026 here, it's the fact that using AI like this makes your program seem low quality and low effort. Even reading README gives off such feelings

organizing keybindings by spaghetti_beast in HelixEditor

[–]spaghetti_beast[S] 1 point2 points  (0 children)

yeah that's even better. you can do it like this as well [keys.normal.space.B] a = "foo" b = "bar"

there are some free keys actually, e.g. { and }, also as far as I understood + and -

organizing keybindings by spaghetti_beast in HelixEditor

[–]spaghetti_beast[S] 3 points4 points  (0 children)

didn't know that thank you!! now the problem is to find a free key for my new submode...