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 have scrollback window and paste window open at the same time #255

Open
mikesmithgh opened this issue May 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mikesmithgh
Copy link
Owner

Currently, when you navigate away from the paste window it autocloses. It would be nice to have the ability to navigate back and forth while it is open or have the paste window in a normal window instead of a floating window. The idea is to allow you to view/select text from the scrollback buffer but keep the paste window visible for edits.

See #253 (comment)

@IndianBoy42
Copy link

btw, recently nvim_open_win works mostly uniformly for floating windows as well as splits (used to be only for opening floats) so making the paste_window configurable between float and split should be simple.

I think visually it looks like a split already so making it an actual split by default makes sense to me

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

No branches or pull requests

2 participants