mastodon.codingfield.com is part of the decentralized social network powered by Mastodon.

Administered by:

Server stats:

1
active users

Learn more

#helixeditor

1 post1 participant0 posts today

I created a crib sheet for the #Helix text editor:

bobulous.org.uk/coding/Helix-c

As usual I intended the new page to be compact and concise; and as usual it ended up being huge and rambling. Hopefully it'll still be of use to people who aren't fully familiar with the most useful keys and commands. (And just maybe of vague interest to #Neovim users who are thinking about trying Helix.)

Let me know if you spot anything incorrect.

www.bobulous.org.ukHelix crib sheetA quick reference for the key bindings and modes used in the multi-modal text editor Helix.
Been playing around with #Neovim again and tonight I'm going to continue migrating my old setup from packer.nvim to lazy.nvim and maybe tweak it some more with new plugins ? I'm still using #HelixEditor but the ongoing lack of customisability via plugins is a negative for me I guess. I did notice though that for Neovim #FreeBSD does not have the lua-language-server but you can build it yourself if needed.
I'll push my new config to my git repo once I'm happy with it.

GREAT #HelixEditor trick someone here taught me!

If you want to create a file in the same directory as the file you have OPEN, you can do

:o

Then press Control + R, and hit %

That will put the full path of the file you have open.. and its easy to change the file name.

Same trick would be great if you want to delete the current file you have open

:sh rm <Ctr+r> %

Good stuff!

does anyone know, in #HelixEditor if there is a way to shorthand the CWD of the file you have open.

Like lets say i'm in

application/controllers/admin/affiliates/edit.php

and I want to create

application/controllers/admin/affiliates/add.php

Do I really have to type:

:o application/controllers/admin/affiliates/edit.php

Or is there a shortcut way to be like

:o CWD/edit.php?

Hey #linux people.. I've had this Ryzen 7 Beelink running #nixos in my garage for over a year. I'm doing some basic web development on it, and it's always been more than fast enough.

But lately i've notice it gets super laggy when updating, or even when i'm in my code editor #HelixEditor backspacing code, etc..

Nothing has changed in my setup.. and ram usage seems fine..

What should I check?

A #HelixEditor tip:

One way to delete from the current position to the end of the line is `vgld`, which translates to "enter Visual mode, Go to the end of the Line and Delete".

To save some keystrokes, here are some other options:

`t<ret>d`

Which means "find 'Till next occurrence of the Return character and Delete the selection".

Even shorter: You can bind a key like D to `kill_to_end_of_line` in normal model and just press "D" !

[keys.normal]
D = "kill_to_line_end"

#ПідпишітьсяУПʼятницю або #ПідпишітьсяУСуботу на @justine в неї неймовіний опис.

Друг, кохана, сестра, мати та дружина
Любить готувати
Linux, BSD chick (каченя)
Мобільні телефони: #Fairphone4 #OnePlus6T #OnePlus6 #PinePhonePro
Годинник PineTime
Hand wired #Pico #QMK #Keyboard builder
#ThinkPad власниця
Щоденне використання - #ChimeraLinux з #RiverWM та #Eww оскільки моя панель працює на рідній зашифрованій файловій системі #ZFS

Редактор: #HelixEditor
HomeLab: #FreeBSD

Цей екземпляр працює на #Snac, тому не відображатиме жодних показників щодо тих, на кого я підписався, або моїх підписників.

Git: ✔ git.smithies.me.uk
Блоґ: ✔ justine.smithies.me.uk
Місце проживання: Cruden Bay, Scotland
Pronouns: She / Her

-------------------------
> Профайл був перекладений. А хотів просто написати про #snac з ґіт репозиторія codeberg.org/grunfink/snac2 який підримує ActivePub. Він мені сподобався простотоу і Мастоґон API можна повивчати і C мову програмування і покомпилювати.

git.smithies.me.ukJustine Smithies Git repository