We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for lazygit. There are two parts.
Add required features for lazygit: Some features need to be added such as editAtLine. Required here: https://github.com/jesseduffield/lazygit/blob/095eb130e9c141a91cf7c4dc9c26f11a07824fec/pkg/config/editor_presets.go#L42
editAtLine
Create a PR in lazygit to add support, modifying this function: https://github.com/jesseduffield/lazygit/blob/095eb130e9c141a91cf7c4dc9c26f11a07824fec/pkg/config/editor_presets.go#L53 and adding to the docs.
The text was updated successfully, but these errors were encountered:
I'll be sure to look into it.
I haven't used lazygit before, but it looks like a really neat tool
Sorry, something went wrong.
No branches or pull requests
Add support for lazygit. There are two parts.
Add required features for lazygit:
Some features need to be added such as
editAtLine
. Required here: https://github.com/jesseduffield/lazygit/blob/095eb130e9c141a91cf7c4dc9c26f11a07824fec/pkg/config/editor_presets.go#L42Create a PR in lazygit to add support, modifying this function: https://github.com/jesseduffield/lazygit/blob/095eb130e9c141a91cf7c4dc9c26f11a07824fec/pkg/config/editor_presets.go#L53
and adding to the docs.
The text was updated successfully, but these errors were encountered: