Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blackholable operator by config #902

Merged
merged 6 commits into from
Oct 7, 2017
Merged

Conversation

t9md
Copy link
Owner

@t9md t9md commented Oct 6, 2017

suggested in #901

  • new blackholeRegisteredOperators config hold list of operator command name which does not update register.
    • e.g. change, change-line, delete.
  • This new config deprecate old dontUpdateRegisterOnChangeOrSubstitute configuration, since have same purpose and with more granular control(superset).
  • delete*, change*, yank*, substitute* are specially supported value which meansd all* operators of same family.
  • Here is full list of available command(at this point, but won't change much in future).
    • change # c
    • change-to-last-character-of-line # C
    • change-line # C in visual
    • change-occurrence
    • change-occurrence-from-search
    • delete # d
    • delete-to-last-character-of-line # D
    • delete-line # D in visual
    • delete-right # x
    • delete-left # X
    • substitute # s
    • substitute-line # S
    • yank # y
    • yank-line # Y
    • delete*
    • change*
    • yank*
    • substitute*

@t9md t9md merged commit 318d4c4 into master Oct 7, 2017
@t9md t9md deleted the blackholable-operator-by-config branch November 12, 2017 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant