fuguesoft

Results 77 comments of fuguesoft

In your config, do you have the 'mode' key set to 'tabs'? e.g. ```lua return { -- using lazy.nvim { 'akinsho/bufferline.nvim', version = '*', dependencies = 'nvim-tree/nvim-web-devicons', opts = {...

Video example: https://0x0.st/84SW.mp4 https://github.com/user-attachments/assets/7ebae6e2-2066-4f51-8080-6083be6aa8c1

Can confirm some weirdness on github search. It does work on wikipedia for example tho

Debian GNU/Linux 12 (bookworm) x86_64 Laptop 13 (AMD Ryzen 7040Series) A7 ``` System Locale: LANG=es_ES.UTF-8 VC Keymap: (unset) X11 Layout: es X11 Model: pc105 ``` Trying ``` "format": {:L%a %d...

### Orignal Instructions: 1. Find a key that isn't bound in normal mode e.g. e 2. add an event listener to keydown and check that e triggers the events using...

Thank you! I did this earlier and figured I could do it with a shell script ```sh file *.png | grep '[0-9]* x [0-9]*' | string split ',' | grep...

Or even better: ```sh fd -e jpg -e png -x identify {} | awk '{print $3}' ``` `find` could be used instead of `fd-find` and `identify` and `awk` are pretty...

Been had this issue since Debian 12 with kitty, foot, alacritty ...etc It's still a thing on Debian 13 with the compiled binary for wayland

@smeech I've been looking through the docs for inject triggers but can't seem to find them. Is it under `variable injection`? Found it. The `force_mode: keys` does work as a...