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 opening files from gitui from within the parent process rather than spawning a new one with vim #2179

Open
piersolenski opened this issue Apr 13, 2024 · 1 comment

Comments

@piersolenski
Copy link

A common work flow is to use gitui from within vim, using via a floating terminal window, or dedicated plugin, such as https://github.com/is0n/fm-nvim.

When opening files from within gitui, it would be great if it could use the parent instance of vim could be used, rather than spawning a new instance of vim within the window.

This is something lazygit supports via the nvim-remote setting, so it would be awesome to have feature parity.

kdheepak/lazygit.nvim#22

@extrawurst
Copy link
Owner

so its basically about adding a configuration of what program is spawned when triggering an edit?

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

No branches or pull requests

2 participants