Rob Cowie

Results 15 comments of Rob Cowie

How about calling a tear down function (`on_leave`?) if it is defined in .env? For example, to deactivate a condo environment one might define this function in `.env`. ``` shell...

This is possibly due to the way `setInterval()` works. It will execute the callback every `x` seconds _regardless_ of the successful completion of the previous invocation. It could therefore 'trip...

Hi, I'm not a regular user of vintage mode so I may be misunderstanding the problem, but I can switch between INSERT and COMMAND modes with `esc+c` and `esc+i` respectively....

Indeed it has. I still get quite a bit of activity on this repo. I'm not sure what the best course of action is; Delete this repo?

@jonathandelgado I think the opportunity to use a redirect has been missed. I should have transferred ownership of this repo. As it is, there is no implied relationship between this...

Yeah. I need to move the preferences from User prefs to a separate plugin preferences file (which is the usual pattern now, though wasn't clear when I first wrote this...

I'll see what I can do. It'll probably be a configurable option, something like ``` { "results_display_mode": "panel" } ``` I'm currently trying to reorg the plugin settings in a...

Not good. Ok, to get the obvious out of the way, could you remove the package and install it (using package control). There have been reports of failed updates so...

Yup, it's vintage mode. With my setup, keyboard nav is borked with vintage mode on but alt-double-click works. No doubt your hunch about OS-level keybindings conflicting with alt-click is accurate....

To be honest, I haven't looked at it for a while. I'll try to set some time aside this week to look at it. I think the best solution I...