Greg Wojan

Results 24 comments of Greg Wojan

@lazywinadmin I don't know if you've tried this but if I import the ```PSCoreWindowsCompat``` package from PowerShell Gallery I've been able to use the ```AdsiPS``` module, at least in PowerShell...

@Flawe This is the mapping I use in my `_vsvimrc`: `nnoremap :noh` without wrapping it in a function and it works as expected.

@Flawe interesting... I think I *might* have encountered that a while back and never really put two and two together. That being said, I almost never use vanilla `vim` or...

It would also be _VERY_ nice to be able to navigate the Git Changes window with the keyboard. Tab ordering is messed up so you can't even tab around the...

![vs menu](https://cloud.githubusercontent.com/assets/6855215/6421364/25e365a0-be9c-11e4-8f0b-aa0cd17d4f1c.PNG) You can add an accelerator key to the Visual Studio menu manually. I haven't been able to assign accelerators for the lower level items though.

Yeah, my workaround when I really want to get nasty is set ```$env:VISUAL = 'vim.exe'``` and then edit the whole thing inside vim proper... I'm even using the ```wasavi``` extension...

I don't think it works correctly on Windows 7 either. I recently started using -SaveAtExit with the latest builds and my history wasn't saved at all.

So, just to throw another wrinkle, pressing `Ctrl+[` in the PowerShell Integrated Console in VSCode, PowerShell Preview 2.0.2 works as expected. ``` PS version: 6.2.0 PSReadline version: 2.0.0-beta4, **AppVeyor Build:...

@daxian-dbw yes, absolutely it worked on Windows PowerShell and pwsh.exe. As a matter of fact, it still works in the VSCode PowerShell Integrated Console just not the standard Windows Console.

@daxian-dbw The build that I pulled from AppVeyor (**Build: 1.0.553**) that broke things for me was documented in the original report. If you'd like I can try to reinstall some...