Šimon Mandlík
Šimon Mandlík
### Checklist - [X] Have you tried updating the plugin to the latest version? - [X] Have you checked the [Breaking Changes issue](https://github.com/kylechui/nvim-surround/issues/77)? - [X] Have you read through `:h...
With fixed animation speed, some large floats (like `:Lazy`) take a long time to animate, and small, e.g. diagnostic, floats are very quick. It would be great if the speed...
### Did you check docs and existing issues? - [X] I have read all the flash.nvim docs - [X] I have searched the existing issues of flash.nvim - [X] I...
### Did you check the docs? - [X] I have read all the flash.nvim docs ### Is your feature request related to a problem? Please describe. Would it be possible...
### Did you check docs and existing issues? - [X] I have read all the flash.nvim docs - [X] I have searched the existing issues of flash.nvim - [X] I...
In vanilla (n)vim, highlighting is restored after pressing e.g. "n" while in visual mode. It would make sense to me to map "n" and "N" in visual mode as well
It would make sens to me to also use `g*` and `g#`, so `remap_keys = { "/", "?", "*", "#", "g*", "g#", "n", "N"}`
See here: https://github.com/FluxML/Flux.jl/issues/1596
### Did you check the docs? - [X] I have read all the trouble.nvim docs ### Is your feature request related to a problem? Please describe. Really sorry I would...
I'm using this amazing keymap for attaching SSHMUX domains: ```{ mods = "LEADER", key = "a", action = act.ShowLauncherArgs { flags = "FUZZY|DOMAINS" } }``` This works amazingly as long...