Kakoune Code Editor
olexsmir
31 points
7 comments
August 18, 2026
Related Discussions
Found 5 related stories in 54.3ms across 4,128 title embeddings via pgvector HNSW
- Kuna: Decompiler Development in the Age of Coding Agents matt_d · 18 pts · July 30, 2026 · 50% similar
- MathCode, Mathematical Coding Agent homarp · 81 pts · August 16, 2026 · 47% similar
- Show HN: CodeAlmanac – Karpathy-style codebase wiki from your conversations divitsheth · 48 pts · July 21, 2026 · 47% similar
- Tested Kimi K3 for Coding speckx · 36 pts · July 20, 2026 · 46% similar
- Kode Dot Programmable pocket device for makers, pentesters and geeks iNic · 64 pts · July 12, 2026 · 45% similar
Discussion Highlights (3 comments)
Nail2680
Another similarish editor is Helix, which is, I think, nicer since it has tree sitter grammars builtin
jiehong
The visual by default editing mode of Kakoune really made me like the vim way, where vim couldn’t. Im very glad for that. I see the development of Kakoune is much more active than I thought it was. That’s heartwarming! Anybody knows how has the community split between Kakoune and Helix in the end?
varun_ch
Mildly related: I have found that the best text editor I've ever used is neovim with Claude code writing the config which I don't look at. I'm not a huge fan of 'vibe coding' or whatever, but being able to configure my editor in English is amazing. eg. "Make <leader>L run `lint/all` on the codebase" "Make yanks use the system clipboard so I can y or p to the clipboard" "Make it so <leader>yd yanks the current file name" "Make it so <leader>yD yanks the current file name and path, eg. a/b/file.txt:30" Plus with nvim 0.12, there's a native package manager, so I can just ask the agent to add a vim.pack.add() for whatever plugin I want. eg. "Add telescope using vim.pack, and set up <leader>fg to to grep in the cwd"