Šimon Mandlík

Results 58 issues of Š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...

bug

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

bug

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

enhancement

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

bug

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

enhancement

It would make sens to me to also use `g*` and `g#`, so `remap_keys = { "/", "?", "*", "#", "g*", "g#", "n", "N"}`

enhancement

See here: https://github.com/FluxML/Flux.jl/issues/1596

help wanted

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

enhancement

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

enhancement