#Helix

2025-10-10

📝 Bài viết chia sẻ trải nghiệm chuyển từ Vim sang Helix: so sánh phím tắt, tính năng, lợi ích và những khó khăn khi đổi công cụ soạn thảo. #Helix #Vim #TextEditor #LậpTrình #CôngCụPhátTriển #Editor #Programming 🚀

jvns.ca/blog/2025/10/10/notes-

Figure AI 發布 Figure 03 人形機械人 能洗碗, 清潔地板, 做家務 目標 2026 年進入家庭
美國機械人公司 Figure AI 於 10 月 8 日發布第三代人形機械人 Figure 03,高 5 呎 6 吋 (約 168 厘米),專為家居環境、商業應用及大規模生產而設計。Figure 03 從硬件到軟件都經過全面重新設計,以支援公司自家研發的 Helix 視覺語言動作 AI 系統。雖然發布時尚未能供家庭使用,但行政總裁 Brett Adcock 的目標是在 2026 年讓 Figure 03 進入部分家庭。TIME 雜誌將 Figure 03 選為 2025 年最佳發明之一。
#機械人 #AI #Figure AI #Helix
unwire.hk/2025/10/10/figure-ai...

2025-10-08
shnarazk :rust: :nixos: 🎄shnarazk@functional.cafe
2025-10-07

#helix の cursor-shape.insert を bar にすると日本語をinline 入力できる。
blockにするとできない。なんじゃそりゃああ!

Alejandro Baezzeab@fosstodon.org
2025-10-05

Recently discovered #typst. And I am simply overjoyed. 😁 Too many times I spent relearning #LaTex. Yet, still having issues with the styling, compiling, formatting, tooling, etc. 😡

But on typst? Install the snap, open up #helix, and away I go! 😎 Markup language is really intuitive. And writing functions is so easy.

Pretty certain I'm going to convert all those tex files I have to this. 😏

Result PDF output for typst exampletypst example markup
2025-10-03

just discovered that `&` aligns selections in #Helix and fuck me I want the last 15 minutes where I was doing it by hand like a noob back.

A bunch of python lambda functions named after the various mathematical operators in Blender #GeometryNodes, all lined up super neatly like a proper programmer would do.
shnarazk :rust: :nixos: 🎄shnarazk@functional.cafe
2025-09-30

My #AoC repository has 908 files (285 are in #rust). Recently I found rust-analyzer called from #helix spins forever. AI helped me out to find the solution. Too many files!

diff --git a/languages.toml b/languages.toml
index 1a890bab..f6e67819 100644
--- a/languages.toml
+++ b/languages.toml
@@ -208,7 +208,7 @@ inlayHints.lifetimeElisionHints.enable = "skip_trivial"
inlayHints.typeHints.hideClosureInitialization = false

[language-server.rust-analyzer.config.files]
-watcher = "server"
+watcher = "client"

[language-server.typescript-language-server]
command = "typescript-language-server"
2025-09-29

@bortzmeyer

Perso, même si j'utilise #helix comme `EDITOR`, je ne le maîtrise pas et je ne code pas avec. J'essaie d'apprendre petit à petit.

Mes besoins qui ne matchent pas trop avec #nb :

2/4

Bastian Venthurventhur
2025-09-24

Very unfortunate that on requires you to run `hx --grammar fetch` to download tree sitter syntax files and `hex --grammar build` to compile them before you get any syntax highlighting in the editor.

I guess, most users expect editors to include syntax highlighting out of the box. Not to mention that it becomes the user's responsibility to update these files as the system's package manager is not aware of them.

2025-09-24

@skranz0 I already know that : you're considering using #helix instead of #nvim.
/s
@jimfl

2025-09-21

Vous utilisez Vim avec les flèches ? Ou peut-être avec HJKL ? Dans les deux cas, vous sous-utilisez complètement votre éditeur, et ma conf au prochain @capitoledulibre est faite pour vous !

(comme , , …) dispose d’un ensemble de commandes de déplacements bien plus pertinentes qu’un simple pavé de flèches, fût-il proche de la position de repos.

cfp.capitoledulibre.org/cdl-20

Valentin B. :ferris:beeb@hachyderm.io
2025-09-14

@stib % A-s gs f, d f, p x :sort % A-s gs f, d f, p (spaces are for readability only, not part of the sequence of keys)

#HelixEditor #helix

2025-09-14

Hey fedinerds, in #Helix I want to sort a #csv based on the value of a column, but not the first column. If I select all the entries in that column and do `:sort` it just mangles the csv. Is it possible to do this with Helix, or do I need to pipe it to something else?
The actual data is like this:
```
...
59.101.241.159,AAPT Limited,Melbourne,,,false,1.00
110.145.242.150,Telstra Corporation Ltd,Melbourne,Microsoft DNS 6.1.7601 (1DB15F75),,false,1.00
115.70.2.213,Exetel Pty Ltd,Melbourne,dnsmasq-2.48,,true,1.00
58.168.250.35,Telstra Corporation Ltd,Melbourne,DNSServer,,false,1.00
...
```
and I want to sort it based on the name in the second column.
#FediTechSupport #HelixEditor #AskFedi

GripNewsGripNews
2025-09-11

🌗 Helix:我為何(以及如何)使用它
➤ 探索 Helix:一個模態化終端編輯器的深度體驗
jonathan-frere.com/posts/helix/
作者分享了他轉向使用 Helix 文字編輯器的動機與實踐經驗。他詳細闡述了 Helix 作為一個模態化終端編輯器的特性,包括其「先選取後動作」的模式、優秀的預設配置以及基於 LSP 的功能。文章深入探討了 Helix 的安裝、檔案開啟方式(使用 jump-to-file 功能)、與終端機的協同工作(利用 WezTerm 等支援多分割畫面的終端機模擬器),以及透過修改設定檔啟用 bufferline 來管理多個檔案。儘管面臨一些挑戰,作者仍對 Helix 的潛力表示樂觀,並計劃將其作為主要的文字編輯器。
+ 這篇文章讓我對 Helix 產生了濃厚的興趣,特別是它「先選取後動作」的模式,感覺效率會很高。
+ 感謝作者詳細介紹瞭如何在終端機環境下有效率地使用 Helix,尤其是搭配 WezTerm 的方法。

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst