Gerard Roche
Gerard Roche
No. ST3 support won't be removed any time soon. I can't maintain multiple branches.
Do you mean how plugins like vim-xkbswitch invoke a program on entering and exiting insert mode? I don't understand what you mean by "taps vs hold keys"? Is this an...
Yes that's the keymap file I was looking for. Do you have a mapping that you used to generate it? Do you have a recommendation for a Karabiner app on...
> Sorry, don't understand how that would work, would the command be autoexecuted > on ST's launch/new view/etc? It would fire the command on on entering and exiting the different...
As far as I understand it's not possible to add regular comments after mapping commands in Vim "because the '"' character is considered to be part of the `{lhs}` or...
I think it's too much work to develop and maintain with not enough value in the end. Vim mappings get the job done for the most part. At a certain...
I think only the **in pair**, **around pair**, and some of the quote pair features of vim-targets is currently implemented.
Moved to the roadmap: https://github.com/NeoVintageous/NeoVintageous/blob/master/ROADMAP.md
It's hard to implement this because it requires redesigning how plugins are loaded. Currently the plugins are loaded at startup. We don't have access to settings at startup. We could...