Maxime Coste

Results 177 comments of Maxime Coste

I am not sure this is the right approach, and I think the `new` command illustrates my issue with it very nicely: This is a viral change that requires every...

I still have the same concerns, while having more control over where/how the terminal is created would be great, I do not think this should be done through introducing new...

> * open the `*grep*` window at the bottom taking one-fourth of the viewport's height. > * when searching for a keyword definition, open the definition in a column at...

I am afraid this will make vertical movements a bit broken as we use the buffer line column width so we are not relying on highlighting at all for this....

I wonder if this should really be considered a bug. When you type `w` the auto completion will trigger and you will get an insert completion menu, then when you...

Cannot see what might be going on here, next time it reproduces and you have it in gdb, would you be able to see where we are in frame `#5`,...

Unfortunately I cannot yet make sense of what is happening, the issue seems to be that whatever is in the default register `"` is invalid, either we have an empty...

This is a surprising answer, it seems to me that the appeal of `tmux -CC` is that the details of which terminal emulator you actually use (iterm2/wezterm) are abstracted away,...

I would be a bit worried about adding user defined expansions, adding more complexity to the command line parsing is something I am trying to avoid, and on top of...

This is a general issue we have had since we switched to the module system. I am not sure what the best solution is, `ModuleLoaded` hooks solve the issue, but...