infokiller
infokiller
I use the following setting: ```vim " Add 'iB'/'aB'/'IB'/'AB' text objects for selecting between any separator, " bracket, quote, or tag. autocmd User targets#mappings#user call targets#mappings#extend({ \ 'B': { \...
Context: I like having my config files centralized to avoid clutter/pollution (similarly to `~/.config` in Linux/XDG). When these files are centralized, it's not necessary to name them with a prefix...
Hi and thanks for the great project, I really like it! I know that there is the `add_file` command, but I couldn't figure out if there's a way to prompt...
Do you think it would be hard to support it? I think that can make typing much easier on average. Thanks!
Really great that this is working as well now. But if I can suggest what I think would be a minor improvement: When you highlight a picture and press ENTER,...
Manifest v3 landed in Chromium stable 88 (released on January 2021). It's unclear when v2 will stop working. We need to be careful about Firefox having support: https://blog.mozilla.org/addons/2021/05/27/manifest-v3-update/
This will improve development because: - Using imports will make dev tools (such as editors and linters) aware of file dependencies. Right now we have a few of `eslint-disable` comments...
NOTE: feedback is welcome from everyone, but I especially want to get @mancze opinion on this as the main contributor to this project. I'd like to propose to migrate the...