Sean Mackesey

Results 172 comments of Sean Mackesey

This same problem exists by default in Neovim GUIs on mac. On Mac, by default option (i.e. alt) causes output of special characters. See [here](https://www.webnots.com/option-or-alt-key-shortcuts-to-insert-symbols-in-mac-os-x/). In terminal apps on mac...

OK, I investigated this problem for several hours and I'm not aware of any good solutions. The problem is that it is impossible to receive alt-modified regular character `keydown` events...

Hey, sorry this took me a little bit. I addressed all your requests except for the one about unnecessary array syntax. I'm not sure why exactly, but those particular globs...

Before realizing that there was an existing PR for this, I wrote a version myself that has some advantages and disadvantages vis-a-vis this one. My version: - (+) emits HTML...

Pinging @sunaku on this-- I've made most of the above changes to my private fork and can submit a PR if you are interested in changing the interface in this...

@sunaku Two questions: - Do you want all the changes mentioned in my comment? - The implementation I've written includes the commits from my other PR, I think I addressed...

Hey, nice little app you've got here. I'm open to writing a PR that makes this seamlessly interoperable with `Dash` (I can't speak to `Zeal`). So far as I can...

Really what's needed is a treesitter grammar for the annotations themselves-- so it would be a feature that relatively few languages support, but IMO definitely worth it for popular ones....

I'm having trouble with a related use case-- I'm trying to select a directory in the find_files picker and then restart find_files with a recursive search from that directory. I...