-
Having an easy option to disable all the keybinds would really help people with non standard keybinds (vim-like, kakoune-like, traditional desktop, entirely custom...) get into using this.
Setting …
-
### Version of Kakoune
Kakoune v2022.10.31-64-g50978846
### Reproducer
```
kak -n -e 'exec -buffer b,c itestmeotestyou;exec iltest' a b c
```
### Outcome
buffer `a` contains no lines, but compl…
-
### Feature
Currently it's very annoying to get data out of a kakoune session remotely. The best I could come up with is something like this:
```sh
tmp_dir="$(mktemp -d)"
fifo_path="$tmp_dir/fif…
-
Hello I wanted to see if there is any way to make the editor command work on [freecodecamp.com](https://freecodecamp.com), I noticed it can extract the text from the editor on the page but it wont inj…
-
Consider a directory containing the following file:
```
$ touch 'a b'
$ ls
'a b'
```
I launch kakoune in this directory without any arguments, start opening the file in a new window: `:new e…
gnull updated
3 years ago
-
Hi
There are several commands that are also available in *bang* versions (more destructive):
`edit[!]`, `write[!]`, `kill[!]`, `quit[!]`, `write-quit[!]`, `delete-buffer[!]`.
I think this termi…
-
On my keyboard
-
Hi,
I tried to set a key binding to rename multiples files from montage mode.
I'd like to use mmv to that purpose, so i thought i needed to execute a command in a new terminal to do that (mmv is u…
-
### Version of Kakoune
Kakoune v2023.08.05-53-gd1c8622d
### Reproducer
I use `tmux` with `kakoune`. Crush happens when I invoke `new` (new client) command. Looks like `kakoune` is waiting for some …
-
After unsuccesfully trying to reattach to a session, environment variables should be unset I guess.