Viewing profile — hou32hou
hou32hou
HN member- Joined
- Tue, Sep 01, 2020, 3:11 PM UTC
- HN karma
- 70
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About hou32hou
No profile information was provided.
Recent public activity
-
comment
Comment #47292919
Please feel free to ask for help in https://ki-editor.zulipchat.com/join/zzhagqzl6wyzpqfeqxcsrki... :)
-
comment
Comment #47292905
Have you actually tried it?
-
comment
Comment #47292651
Have you used `*` to pick the keyboard layout?
-
comment
Comment #47292618
In Ki you don't have to know the name of the syntax node, you can just press `d m`, and the editor will show the labels of all the syntax node visible that you can jump to.
-
comment
Comment #47288598
"Emacs is an editor" is as true as "Toyota Hilux is a gattling gun carrier"
-
comment
Comment #47288174
TBH, it's actually not as hard as you think, most of the time, what I do is just select the whole syntax node and delete it, copy it, or replace it, and only 20% of the time would …
-
comment
Comment #47287580
Sorry for derailing a bit, the search and replace using a query make sense for purly textual (non-syntactic) editing, but if you want to apply consistent syntactic modifications ac…
-
comment
Comment #47287364
We have one underway in https://codeberg.org/alicealysia/ki-bindings.nvim
-
comment
Comment #47287353
> It shows the creator comes from VSCode Hey, one of the creators here, I actually daily drove Neovim for two years, before switching to Helix for a while, then finally Ki. > multi…
-
comment
Comment #47286795
It's good at least in my case because I switch between Dvorak (Corne) and Qwerty (laptop's keyboard) all the time, without positional keymap, I would have to develop two sets of mu…
-
comment
Comment #47286301
It's not generated by LLM, it was actually my idea, but grammar-corrected by LLM, but you are not wrong either, the docs are really subpar in a lot of ways, and not clearly explain…
-
comment
Comment #47286244
> How does the machine I ssh to know my keyboard layout Why does it need to? If you are using say, Dvorak, you can just pick the keyboard layout by pressing `*` (a keybinding which…
-
comment
Comment #47285536
> For large edits, most selections will be out of the scroll window and not really helping. That's why the Ki editor has a feature called Reveal Cursors ( https://ki-editor.org/doc…
-
comment
Comment #41716972
Honestly they're just a bunch of data transformers plugged together to create the illusion of behaving like a human.
-
comment
Comment #41507335
Do you mind sharing the Emacs package that does "tree based selection expanding" so I can better highlight their differences?
-
comment
Comment #41506537
Multi-cursor, yes; structural selection, not so much, they are more like an afterthought for most editors, there’s a big difference between being treated as first-class and second-…
-
comment
Comment #41497106
Thank you for trying! For character-based movement, simply press 'z' to enter the column mode. Regarding the built-in tutor, yes I really have to put in the effort, because it's so…
-
comment
Comment #41495925
I think it's significantly better, because you don't need to know the specific type of node you want to select. In Ki, you only need to use `s` for any syntax node, while in nvim-t…
-
comment
Comment #41490204
Selection modes are sticky, so it would be “w l l l l l”
-
comment
Comment #41486526
Künstliche Intelligenz. Sounds super cool, not gonna lie.
-
comment
Comment #41486395
That's true for some users certainly, but I guess most users will not know which 4 easy-to-access keybindings to downgrade in exchange for the 4 syntax navigation keys, if it were …
-
comment
Comment #41486293
To be frank it takes time to get used to, especially if you are already a Vim amateur. However, once you get the hang of it you will find that most common operations can be achieve…
-
comment
Comment #41486260
Ki is much inspired by Helix and Kakoune, however, it introduces an extra layer called the Selection Mode, with this, every movement is standardized to the same set of keybindings.…
-
comment
Comment #41485430
I will need help unfortunately because I don't have an accessible Windows machine. For the configuration I'm planning something crazier, I might use my programming language that I …
-
comment
Comment #41485362
Just `s` if your cursor is already placed on the first token of the function call node.