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
I've added some lines in my .vimrc to allow toggling mouse support and foldenable, using 'm' and 'z' respectively. Would you rather keep the feature set as it currently stands, or should I write a pull request?
The text was updated successfully, but these errors were encountered:
Note, there is a vim builtin mapping zi to invert foldenable.
I guess you have to convice tpope to add toggling mouse support. Writing a PR would make it more likely, but in this case I doubt that he will merge it. It depends on whether he uses it or many users are interested it.
He already did not merge pull requests for colorcolumn (co|) #121 and syntax (coy) #114. There are also similar feature requests for shellslash (co\) #70, menu (com) #72, expandtab (coe) #140 and #139 (colorcolumn coC, foldcolumn coF, incsearch coI). I use myself toggle conceal (coe) which I have added to my fork of unimpaired.
I've added some lines in my .vimrc to allow toggling mouse support and foldenable, using 'm' and 'z' respectively. Would you rather keep the feature set as it currently stands, or should I write a pull request?
The text was updated successfully, but these errors were encountered: