e82eric
e82eric
> I think the key chord parsing got broken with the upstream merge. I think I can take a look tonight. It looks like I had broken that here. Should...
> Notes for team discussion later this week: > > * Overall, I think I'm fine with the ideas in this PR. Namely: > > * the `wt save` subcommand...
> Discussion feedback: > > * [ ] Stick behind velocity > * [ ] change subcommand to `x-save`, ala MIME types to indicate "this subcommand is experimental" for x-save....
No worries! I think I have the velocity flag added now and incorporated the changes from [dev/migrie/save-input-patches](https://github.com/microsoft/terminal/compare/e0b047762f06d81d8c0a4aab508a5f4f161b4f53...dev/migrie/save-input-patches). I wasn't exactly sure how to handle the GenerateName so I just had...
Updated with border.  Configs: ````lua config.float_pane_padding = { left = '10%', right = '10%', top = '10%', bottom = '10%', } ```` ````lua config.float_pane_border = { left_width = '0.5cell',...
I think this is ready to be reviewed now.
@Pajn I think I have the working directory issue fixed now. For the pane selection my intention was to treat the float like a overlay and turn any selection operations...
Thanks! updated
Thanks! I think this is more or less still pending review. I am happy to put in the work to get this across the the finish line, but don't want...
Thanks Wez! I pushed a commit to address the initial feedback. I think the multiplexing, scrollbar and lua events are probably all gaps. Will start working through those and will...