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

Add paragraph motion and textobject #1627

Merged
merged 7 commits into from
Apr 2, 2022
Merged

Commits on Apr 1, 2022

  1. Add (prev) paragraph motion

    Also improved testing facility.
    
    Fix helix-editor#1580
    pickfire committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    2fb0c20 View commit details
    Browse the repository at this point in the history
  2. Add next paragraph

    pickfire committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    ca28212 View commit details
    Browse the repository at this point in the history
  3. Add paragraph textobject

    Change parameter/argument key from p to a since paragraph only have p
    but parameter are also called arguments sometimes and a is not used.
    pickfire committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    e7cb389 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d70d5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29f6040 View commit details
    Browse the repository at this point in the history
  6. Rename _para to _paragraph

    pickfire committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    69d1f45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e327a31 View commit details
    Browse the repository at this point in the history