Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 196 words in the discussion.

Trending Topics

#vim#editor#yanks#leader#file#add#kakoune#helix#whatever#system

Discussion (4 Comments)Read Original on HackerNews

varun_ch19 minutes ago
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 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"

jiehong25 minutes ago
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?

Nail268035 minutes ago
Another similarish editor is Helix, which is, I think, nicer since it has tree sitter grammars builtin
taosx30 minutes ago
Does any of them support more advanced functionality that can be provided with plugins? Similar to how, let's say, Emacs has slime for lisp?

From what I see helix has stopped being developed, probably ppl think its done but i feel its half baked without a plugin system and tons of basic functionality missing.