Skip to content

Support using registers with multiple selections #124

Description

@ulyssa

When using multiple selections to yank, delete or paste in Kakoune, the contents are kept as a vector of each selection's text in the register. Kakoune then has multiple keybindbings for pasting these:

  • p/P/R which pastes after/before/replaces each selection with the matching indexed contents from the register; if there are fewer selections than in the register, then the extra content doesn't get pasted; if there are more selections than in the register, then the last selection from the register gets reused.
  • <a-p>/<a-P>/<a-R> which pastes after/before/replaces every selection with every one of the contents from the register

This will need to be added for #32.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kakouneIssues related to the Kakoune keybindings

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions