Jurgen Braam
Jurgen Braam
I'm sometimes also noticing the unresponsive delay. From the code refs and comments on this page it follows that Hammerspoon will become unresponsive if one of the applications it queries...
LOL, it's already available `hs.application.isUnresponsive()` @ https://github.com/Hammerspoon/hammerspoon/blob/master/extensions/application/libapplication.m#L252-L258
Looks like for detection if it has been run in the current shell could be by inspecting `BASH_COMPLETION_VERSINFO`. Assuming there's similar vars for `zsh`, `fish`, etc.
A bit late to the party, but perhaps for other people stumbling onto this discussion: given the technical architecture limitations, why not approach this from another angle? The `moved {...
Anything we need to to to `~/.lima/*` ourselves? Colima might have lost its profiles, but lima's VMs are still there.
This teoz bug has been around for a while, see https://github.com/plantuml/plantuml/issues/1099. Could you please take a look? Tnx so much!
Thanks for the suggestion, @phwes, this is close, but not exactly the de-facto MRU behavior I am looking for. Looks like interest is rising for this feature: #4772 + (semi-related)...
@alimbada Google Up on using Caps-Lock as a Hyper key, that should do the trick for you. Then [here](https://github.com/Hammerspoon/hammerspoon/issues/510#issuecomment-1697448339)'s how to do it without Karabiner-Elements.
This issue can be closed, since in the meantime cycling tabs L+R has been implemented: ``` "bindings": { "cmd-{": "pane::ActivatePrevItem", "cmd-}": "pane::ActivateNextItem" } ``` I've requested MRU-cycling through tabs in...
Hi @The-Lum, would it be possible to take a look at this one please? This teoz bug been around for ages and I'm still running into this on a daily...