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

[Feature] A function to open the currently opened position in a new buffer #38

Closed
elkowar opened this issue Nov 7, 2021 · 3 comments
Closed

Comments

@elkowar
Copy link

elkowar commented Nov 7, 2021

It would be cool if there'd be an easy way to set up a keybind that "expands" the popup window and opens the displayed location in a new buffer!

@rmagatti
Copy link
Owner

rmagatti commented Nov 7, 2021

This comes up every now and then. You can just take advantage of Neovim's window movement to do so.
In a popup window, hit <C-w>T to make the current popup window become a tab, or <C-w>L to make the popup window become a split to the right.

See: #8

@elkowar
Copy link
Author

elkowar commented Nov 8, 2021

ohh, didn't know about that, very nice! Given that it's come up more than once, that might be worth mentioning in your README ^^
otherwise we can close this!

@rmagatti
Copy link
Owner

rmagatti commented Nov 9, 2021

Yeah it is probably worth mentioning. I'll keep this open to track adding that to the readme. I'd be glad to review a PR too if you're up for it 😄

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

No branches or pull requests

2 participants