Andrey Mishchenko

Results 39 comments of Andrey Mishchenko
trafficstars

I didn't know about this way of using `p` in Visual mode, and actually it solves a long-standing problem for me, namely having a poor-man's swap, as @justinmk put it....

Are you sure that this is actually possible/straightforward in Neovim as it currently is? As in, are you sure that the highlight group of the sign text is changed depending...

See also https://github.com/neovim/neovim/issues/11738.

For the work-around, how do you figure out what `chars` to send for a given key/modifiers combination?

Yep, I assume that's why all the marks are destroyed.

I think having a function makes intent more explicit. Its presence in the lists of builtin functions will make a higher percentage of plugin authors aware that (1) this is...

- Probably most plugins that modify the buffer should be breaking the undo sequence more often than they are -- for example, anytime they modify the buffer in response to...

For those who haven't seen it, this is an excellent introduction to Tree-sitter, by the author: https://www.youtube.com/watch?v=Jes3bD6P0To&ab_channel=StrangeLoopConference tl;dr: Tree-sitter is a (portable, dependency-free) C library which (conceptually) takes a grammar...

Thanks for the quick reply. I've tested more and I am not able to make `hs.application.open` return non-`nil` _at all_. Here are some things I've tried, some of these commands...