-
See https://github.com/helix-editor/helix/issues/9631
I use RA together with Helix. The edition model of this editor is such that the selection is _never empty_. I'm not sure whether this is unique…
-
When I try to call `connect-repl` I get an error and nothing happens.
```
Error: 1:1: 'connect-repl' 2:5: 'connect' no such command: 'repl-new'
```
I'm using latest versions of kakoune and con…
-
Hi,
Seeing as Kakoune has visual feedback as one of it's core values; When replaying a macro by pressing _q_ there is no apparent visual feedback. For example, if I record a macro that just pipes t…
-
### Feature
I would like to be able to move the cursor in soft-wrapped text files, either using a different mode or different keybindings. Would this be possible with the current features in Kakoune…
-
### Steps
```
$ echo a | kak -
```
### Outcome
```
Error while parsing parameters: unknown option '-'
```
### Expected
A scratch buffer is opened which contains `a`.
-
It just doesn't render anything new in the statusline. I've set all the configs according to instructions and it doesn't show anything on when it checks or not, nor does it show how many errors there …
-
Currently only insert mode is supported, and judging by the comments in code you have at least considered supporting other modes. Do you have some insights, how difficult would it be to support replac…
-
### Version of Kakoune
v2021.11.08-41-g6029ee98 (debug=yes)
### Reproducer
`kak -f` crashes when given some random sequences of keys. For example:
```sh
kak -f 'oU'
kak-0 updated
2 years ago
-
Hi,
Firstly - apologies if I have got the wrong end of the stick - I have only recently discovered Kakoune and am still getting my head around the approach to configuration.
I am currently exper…
-
@Delapouite summarized it well
> Kakoune handles the most common case when you want to select inside but has no direct solution to select between.
>
> The difference between these 2 notions, is …