-
Let's say I carefuly selected a few words between semicolons with a couple of useful `find_next_char` commands, and then accidentally move a cursor.
Would be great if there were a pair of `soft_und…
-
### Feature
Kakoune ships with a broad standard library, but Kakoune's maintainers are not experts in every tool and language with a stdlib plugin. As more people use Kakoune, it becomes more likel…
-
I would like to have Dafny support in an editor that supports the LSP (Kakoune). The language server that is developed here seems to only work under VS Code. How can I have a standalone server executa…
-
Hi!
I'm trying out tabs.kak becaouse it looks promising.
However, I don't see a tab bar.
`kakrc`
```
# Plugins
# source custom plugins
source "~/git/pandoc.kak/rc/pandoc.kak"
# source …
-
### Raw
``` kak
evaluate-commands -quoting raw %sh{
echo '"echo" "Tchou"'
}
```
**Error**
```
No such command: '"echo" "Tchou"'
```
### Kakoune
``` kak
evaluate-commands -quoti…
-
I've spent a little time recently trying to build [a GTK-based front-end](https://gitlab.com/Screwtapello/kakoune-gtk) on top of Kakoune's JSON UI feature. It's not nearly complete, but I've already b…
-
# Problem
- When using both kakoune and dance and changing a keymapping, one need to change it both in kakoune rc file and in vscode configuration.
# Solution
Get the mapping from Xressou…
-
I'm using https://gitlab.com/Screwtapello/kakoune-cargo and when I do `cargo-next-error` which displays error in anchored hover, some error messages blink in the hover and quickly disappear. When I di…
-
The behaviour has changed for me since originally submitting this report so I've added the new behaviour and kept the original report intact.
## Updated Report
### Steps
1. In kitty terminal A…
-
I think it should be fairly simple to have indent guide lines with `tree-sitter`.