StartAutomating / Posh

PowerShell made Posh
https://posh.startautomating.com/
MIT License
54 stars 6 forks source link

PSReadLineKeyHandlers should be stackable #136

Open ninmonkey opened 1 year ago

ninmonkey commented 1 year ago

Maybe this is a big ask, being able to stack and undo Set-PSReadLineKeyHandlers could be quite useful.

Here's a few sample cases that would be nice to be able to toggle them

StartAutomating commented 1 year ago

I'm not sure stacking would be the exact right answer here.

I think that it might be better to expose keymapping in the types files (for instance, by making some scriptmethods).

The unresolved question is where to put them.

It could be part of the overall work with the host #129