You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Expose most of the functions used for map building through autoload so
that others can more easily add maps in the same manner without
copying code.
- Incorporate tpope#230, tpope#228, a
variation of a solution for tpope#235,
- Use <ScriptCmd> instead of `:<C-U>`, which required some rethinking
because of the use of `<C-R>=`.
- Added additional maps from
- phongnh/vim-toggler: conceallevel, showmatch, incsearch, expandtab,
showcmd
- riceissa/vim-more-toggling: syntax
Some color schemes don't support toggling light/dark background and trying to do it results in a mangled color scheme.
I fixed this by overriding the
yob
map, but I was wondering if there is interest to merge this here.This is my function (I'm not good at vimscript so let me know any feedback):
if this is interesting for the project I can create a pull request (or just take the function from here, I don't mind).
To integrate properly it would also have to support the enable/disable commands too. I don't use those so I didn't do it here but I can add it.
The text was updated successfully, but these errors were encountered: