David Briscoe

Results 179 comments of David Briscoe

Instead of including the gif in the repo, it'd be great to link to the gif on github instead: ![demonstration of vim-dirvish filtering and using Shdo](https://user-images.githubusercontent.com/532797/92531465-e28e9a00-f260-11ea-86ef-e3599cee08aa.gif) It doesn't seem relevant...

@soli: I tried that, but it's not so simple. I think because there are multiple places where dirvish "does it's thing?" I messed around with this for a bit and...

s:set_altbuf is the main issue for my workaround, but there seem to be more problems with autochdir. I only tested it enough to see that it was still broken.

That reminds me to send PR #200! It a different fix for shdo: write the `cd` command into the script. I often go off and do other things between `:Shdo`...

[A_ScreenWidth/Height](https://www.autohotkey.com/docs/Variables.htm#Screen) gives you the dimensions of the primary monitor, but to get other monitors or the entire desktop (spanning monitors), you need to use [SysGet](https://www.autohotkey.com/docs/commands/SysGet.htm). SysGet covers more use cases,...

That sounds awesome! My working solution is a [simple class and some hard-coded coordinates](https://github.com/idbrii/daveconfig/blob/master/win/autohotkey/ahk_david.py#L98-L119) The x,y of a monitor may be negative, so having width/height is useful (or maybe mon.area...

I can't see how any of those fold settings are godot-specific. And users who already have a C# ftplugin would be disrupted by installing a godot plugin -- they'd have...

Please test with `:AsyncShell echo hello && echo there`. You should get a split opened containing: ``` hello there ``` See #11. It would be good to know why zsh...

I think I need to use `shellescape()` somewhere, but I'm not sure where/how. I need to figure out what doing so would look like in `Async_Impl` and whether that would...

I think this is resolved with 092a195220ff5bb9216ca5c9430256a4448ba708?