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

allow configuring the default register #11398

Closed
jyn514 opened this issue Aug 1, 2024 · 1 comment
Closed

allow configuring the default register #11398

jyn514 opened this issue Aug 1, 2024 · 1 comment
Labels
C-enhancement Category: Improvements

Comments

@jyn514
Copy link
Contributor

jyn514 commented Aug 1, 2024

i like to share a clipboard across all my applications. helix allows me to select the register to use for the clipboard ("), including the system clipboard ("+), but it does not allow me to choose the default clipboard, so every yank breaks my muscle memory and requires 3x as many strokes. it would be nice to make this configurable with an option. currently it's hard-coded to ", e.g.

let reg_name = cx.register.unwrap_or('"');

@jyn514 jyn514 added the C-enhancement Category: Improvements label Aug 1, 2024
@the-mikedavis
Copy link
Member

Duplicate of #2038, see #2038 (comment) in particular. My comment there about multi selection yank and paste is out of date actually - that works now when yanking & pasting within the same Helix session.

@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

2 participants