Prescott Murphy
Prescott Murphy
It seems the Spacegray theme is preventing the default auto-focusing behavior when you right-click a file > "Rename". With the theme disabled the cursor automatically moves to the "New Name"...
If multiple windows of a given application are open, is it possible to use yabai to determine which of them was most recently focused when none of them are the...
The Goku docs for [shell commands](https://github.com/yqrashawn/GokuRakuJoudo/blob/master/tutorial.md#to-shell-command) present an example where multiple commands are passed as a vector. This does parse and generates a karabiner.json like: ```json "to" : [ {...
I'm able to include a script tag in the raw HTML string provided to `widget` in order to easily provide styles for the generated widget, but this doesn't work for...
I'd like to create a notification that uses hlgroups to highlight various lines of hardcoded text, something like: ```lua require("notify")("Some default text %#Error# these words have the Error hlgroup") ```...
I'm trying to use `telescope-luasnip.nvim` with [LazyVim](https://www.lazyvim.org/), which bundles a few other telescope extensions. The issue I'm having is that `:Telescope luasnip` works exactly once, then subsequent invocations give the...
I'm unable to escape angle brackets in markdown tables when a letter follows it. For example: ```md # Works: has spaces | < div > | # Work: character after...
It seems like the `init` function is called multiple times when the plugin is launched—is this intended? I'm using the websockets example show in the README and noticing it initiates...
In vim, the result of the last yank command is stored in register 0. This is very useful for cases where you want to yank something, perform a delete operation...
I'm attempting to use the API as described [in the README](https://github.com/eth-p/obsidian-callout-manager/blob/fb8699a9f5e3bfaa0bcedd02411ea9748004e0fb/api/README.md), however the object returned only has `getCallouts` and `getColor`, not `getTitle`. I'd like to be able to access the...