CharlesGueunet

Results 14 issues of CharlesGueunet

Recent breaking change in kakoune [see 2d8456db102e13f37a5cd271868c330d73580f6d](https://github.com/mawww/kakoune/commit/2d8456db102e13f37a5cd271868c330d73580f6d) changed the behavior of space. This commit update the snippet plugin accordingly. Fix #46

Using kakoune [master](https://github.com/mawww/kakoune/commit/af89d6e05277d3ff816572856e41ed976a259707), the expand of a snippet always trigger my first snippet. ## more details I have the following configuration for kakoune snippet: ``` set-option -add global snippets_directories "%opt{plug_install_dir}/kakoune-snippet-collection/snippets"...

This PR is a WORK IN PROGRESS, I still need to implement the dynamic css rule. This PR address #594 , it adds a new option to allow wide editor....

Hello, This PR add a new guard before triggering the `$highlight_predicate`: When pressing **esc** (to go out of vim insert mode), the function was trigger with an empty string leading...

Dear Julien, This PR is meant to be a place for discussion. Benchs are not perfect yet (~1% loss), you may wait for me to solve this before reading the...

bug
enhancement
WIP

I would like to address the issue #9 by myself, however indentation in the code is really hard to understand (mixed tab and spaces). Would it be possible to use...

Hello, I really love ttyload, great software. However, I often use it as the top window on my tiling WM so I loose three lines because of the legend. Would...

## How to reproduce Trying to commit with the result of a `date` command as the message: 1. Typing: `git commit -m "$(d` ## Current failure: ![image](https://user-images.githubusercontent.com/5412579/207298101-77949c0a-1df7-4c05-91bf-18d2dd26d924.png) Each letter I...

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...