Adam Wagner
Adam Wagner
The installer script for `VimMode.spoon` is pretty well done. Worth taking another look when refining the install process. https://github.com/dbalatero/VimMode.spoon/blob/master/bin/installer
Examples for configuration variable names / values from @alin23 ```sh stack_dock_top_offset 0 stack_dock_top_offset 5% stack_dock_top_offset 10% ```
Somewhat addressed by window offset config settings in: https://github.com/AdamWagner/stackline/pull/18/commits/c30e8556950b1dc39b21ea96009063edde475dcd#diff-8aa92ecfa197cc600dd2ac0ef22d3fb9R58
Hi @ylorn ! Sorry for being so slow to reply (I'm not really working on Stackline anymore). What happens if you configure yabai to have larger left & right padding?...
I had the same issue. Disabling CamelCaseMotion (per https://github.com/terryma/vim-expand-region/issues/3) resolved this issue for me – expand selection now always expands selection. If you happen to have CamelCaseMotion installed, try disabling...
Dealing with the same scenario. I changed the lines you suggested. Functions as desired so far! More testing needed. Thanks for posting the adjustment.
No, but I'll branch + apply changes, then pull. ## Adam Wagner Copilot On Sunday, June 16, 2013 at 7:44 AM, beezee wrote: > @AdamWagner (https://github.com/AdamWagner) do you have your...
Apologies for bumping such an old issue, but I was surprised to learn that hs.logger *doesn’t* write to a file by default. I’m surprised that this issue hasn’t had more...
Thanks for the "how-to" @gineer01! I also agree that it'd be preferable for `hs.logger` to allow overriding the log handler.