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

git: use neogit tab workflow #53

Open
practicalli-johnny opened this issue Sep 1, 2024 · 0 comments
Open

git: use neogit tab workflow #53

practicalli-johnny opened this issue Sep 1, 2024 · 0 comments
Assignees

Comments

@practicalli-johnny
Copy link
Contributor

Practicalli recommends using Neogit as the Neovim git client, especially when used to Magit style git client.

SPC g s keybinding is already taken by AstroNvim (to stage the current hunk). Rather than rebind this key mapping, the AstroNvim SPC g n t key mapping is used to launch Neogit in its own tab.

g t can be used to switch from Neogit to the code of a project, rather than using q to close Neogit each time. This means that the longer SPC g n t key sequence is only used once per session.

AstroNvim comes with SPC g g keybinding to launch lazygit (and external app run within a popup) which is convienient if you know how to use it.

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

No branches or pull requests

1 participant