EtiamNullam

Results 57 comments of EtiamNullam

Same here on Windows 10, Emacs 27 with Doom Emacs. `ivy-rich` on 1097013 Its really slow when you move selection in any `buffer switching` buffer, like `+ivy/switch-workspace-buffer`. For me navigating...

This looks familiar: https://github.com/hlissner/doom-emacs/issues/1317

Sure! I've added missing contributors from from top 20 by numbers of commits. It exactly fits anyone that made 2 commits or more. I did not change order just added...

This would most likely solve #180 and #48 if finished. Just linking for visibility. It would be really useful.

You can hide some entries using `which_key_ignore` key, for example: ```lua ... ['2'] = { 'echo 2', 'which_key_ignore'}, ... ``` Still I don't know how to display something that looks...

#48 describes alternate solution to your problem. Also you might be interested in my (a bit dirty but functional) solution https://github.com/folke/which-key.nvim/issues/48#issuecomment-973155851.

I've came here only to find if someone already found a way to do this or if its suggested. I'm glad it got some attention ;) I currently made it...

I have raised this issue thinking its a problem with neovim: https://github.com/neovim/neovim/issues/18901, but apparently its a problem with terminal apps that are not handling required events, according to: https://github.com/neovim/neovim/issues/18901#issuecomment-1152837532 @Maximus5...

While swapping these bindings might make sense for people that don't use vim, it would be confusing for a vim user, just as @LeonT-A explained, so I hope it will...

> * a reasonably well-known and widely used developer tool (e.g. if it's a GitHub project, it should have at least 500 stars and 150 forks) I think that's the...