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

feat: add ability to configure paste buffer yank register #15

Closed
mikesmithgh opened this issue Sep 22, 2023 · 1 comment
Closed

feat: add ability to configure paste buffer yank register #15

mikesmithgh opened this issue Sep 22, 2023 · 1 comment
Labels

Comments

@mikesmithgh
Copy link
Owner

See #12 (comment)

Right now, yanks to the unnamed register are handled by an autocommand and not by a keymap. So that can't be configured, https://github.com/mikesmithgh/kitty-scrollback.nvim/blob/main/lua/kitty-scrollback/autocommands.lua#L165
I could add an option to specify a register or nil to allow that to be configured or disabled. Is this something that you are interested in?

mikesmithgh pushed a commit that referenced this issue Sep 23, 2023
# [1.1.0](v1.0.3...v1.1.0) (2023-09-23)

### Features

* make paste window yank register configurable closes [#15](#15) ([#17](#17)) ([31f75ea](31f75ea))
@mikesmithgh
Copy link
Owner Author

🎉 This issue has been resolved in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant