Jason Shirk
Jason Shirk
@daxian-dbw 100ms? Maybe @DHowett-MSFT has an idea why that might be. Previous alternatives I've considered - but not really good options: * Change .Net to return on key up. *...
Weird, I know this used to work and there are even unit tests for this binding that in theory are passing.
Unless you meant for this to be a meta-issue - there are plenty of existing issues, e.g. #82, #120, #122, and #1074. I couldn't find the issue quickly, but I...
fzf provides an nice history searching experience. Install [`fzf`](https://github.com/junegunn/fzf#key-bindings-for-command-line) then in `bash` try Ctrl+r. It adds a couple other useful [bindings](https://github.com/junegunn/fzf#key-bindings-for-command-line) as well. Note the PowerShell module [PSFzf](https://www.powershellgallery.com/packages/PSFzf/1.1.26) enables this...
@kelleyma49 - thanks, I'm not sure when it was added but I noticed last week - and it makes a huge difference in usability.
@iSazonov - see https://github.com/PowerShell/PSReadLine/issues/1045
Yes, PSReadLine does this by default.
Thanks for the report. This is more or less intentional, but maybe needs some refinement. Right now apparent duplicates are being filtered. I say apparent because we're using the menu...
Indeed - I might have mentioned this to @srdubya a long time ago. I might even switch to vi mode if this was implemented. (I use vim or vim bindings...
I think there is an issue on this already - but it's about performance. I'm opposed to a mode that gets coloring wrong. If it's too unreasonable to ensure correct...