-
### Question
I'm working on my own text editor, and I'm trying to decide if I want to allow overlapping selections or not (at a data structure level; they could be made unrepresentable).
I'd like …
-
Align selections is a crucial and very frequently use action ([example](https://kakoune.org/video/align.webm)) that I really miss when switch to Pepper. From [Kakoune's keys docs](https://github.com/m…
NNBnh updated
2 years ago
-
Since V18 installing with brew gives me the error bellow:
~ ❯ brew install kakoune-lsp/kakoune-lsp/kakoune-lsp
==> Fetching kakoune-lsp/kakoune-lsp/kakoune-lsp
==> Downloading https://github.com/…
-
Kakoune has `Alt-i` `i`, which will select everything at the same indentation level as the existing selections, above and below until indentation level changes. Would be nice to have this in helix as …
-
I used xmux for a while and I've been loving it.
Unfortunately, today I've updated it and it stopped working completely. Kakoune does not even recognize the xmux-repl command.
I uninstalled it and …
-
The mini-buffer should support optional tab completion configurable based on the mode that it is being used for:
- dmenu style filtering: complete the next whitespace delimited substring
- openi…
-
The [Kakoune](https://kakoune.org/) editor is one of those that implements multi-cursor editing.
And it is very efficient, fast, and comfortable.
I think *selection based editing* is very cool, and…
-
Hi, great plugin.
I love how simple the plugins are in Kakoune. Straightforward with a file of a hundred lines.
I just wanted to know if you had other ideas for this plugin, like changes or new …
lobre updated
5 months ago
-
When a user arranges the section sizes to what they want, it would be nice to be able to save this size in a configuration. In addition, perhaps we could add support for customizing the colors of vari…
-
I would like to go to the cursor location in my editor (vim / kakoune or any other TUI) but I am struggling with tmux config. Whenever I leave the selection, I come back to my previous location.
Can …