๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ s โ€บ vim โ€บ 5284 captured on 2023-11-04 at 14:42:49. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2023-09-28)

โžก๏ธ Next capture (2023-11-14)

๐Ÿšง View Differences

-=-=-=-=-=-=-

Kakoune - weird bindings

I'm kind of trying to use kakoune, because I kind of like the idea of selecting then acting. But it's slow going, and I am not yet grokking it. I am also annoyed by the reliance on Alt-key combinations - the whole point of a modal editor is to use regular keys in normal mode...

Posted in: s/vim

๐Ÿš€ stack

2023-09-13 ยท 7 weeks ago

5 Comments โ†“

๐Ÿฆ‹ karel

Did you try Helix? It appears to have a similar interface for editing, but a different design (configuration, plugins, window splits etc.), leading to a different user experience.

๐Ÿš€ stack

@karel: I am trying helix too. It seems to have even less support/tutorials/information than kakoune, so I haven't really done anything other than loading a file and scrolling around.

๐Ÿฆ‹ karel

@stack: try the ":tutor" command in helix, which is very nice. Helix departs from some established conventions in a refreshing way (like Gemini, b.t.w.). The online documentation is quite good; while it is in my opinion more of a configuration handbook than a user manual. A manpage is not provided in my installation.

๐Ÿš€ stack

I was trying to edit some .asm code in kakoune, and after a while noticed that inserting a tab in the middle of an existing line reformats the line in a most bizzare way - a tab is prepended to the entire line, other things move... I guess that's enough kakoune for me...

๐Ÿš€ stack

@karel, I will try helix next. I have no problems with deviating from historical conventions. Although at this point I would be happy with a vim that didn't do completely weird shit. Like when I press <Enter> in normal mode, a line is inserted after the line the cursor is on. That just makes zero sense to me, every time. Or moving the cursor back every time I switch from insert to normal. I experience dissonance every time that happens.