Benoit de Chezelles

Results 437 comments of Benoit de Chezelles

That would have been a good idea, thanks for the offer, but not right now anyhow. I'm in the _long_ process of re doing all my configs properly, and I...

Hello, I'm seeing a few things that I think are not right for this plugin. ⚠️ I don't think adding default mappings for arbitrary extensions like this is a good...

This is already the default behavior, you should be able to simply do: ```lua require("which-key").setup { window = { position = "top", }, } ```

FWIW I also like to 'scroll' past the last line a bit (I use it to 'clear' my mind, give the screen some space), the way I do it is...

You can set `custom_block_glyphs = false` to avoid this behavior. https://wezfurlong.org/wezterm/config/lua/config/custom_block_glyphs.html Braille glyphs are custom rendered to make programs using them as a drawing board beautiful, instead of having irregular...

In this case I'm thinking `custom_block_glyphs` could be converted to a string representing the different unicode ranges? Something like `custom_block_glyphs = "BoxDrawing|BlockElements|SymbolsForLegacyComputing|Braille|Powerline"` would be the default (maybe even make a...

100% agree, note: I mentioned something like this in #580. Both issues need the same initial plumbing, allowing actions after a pane is dead. Once this is available (it's currently...

FWIW I usually use double click on the first word then drag (selects words by words) to the end I want

If we take tmux analogy, one can name/rename a session, a window and even a pane (however I never used it, and displayed its name). By default the window is...

Having this opt-in with a modifier key would be nice