You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I recently learned of git jump and it's awesome. Using some simple lua + hydra.nvim I've effectively replicated a git add -p but unlike that view, which is read-only and can only advance in one direction, Neovim buffers are editable so if a line isn't quite right, I can modify the lines, head to another file, and do whatever I need just before staging them. It makes adding/committing a lot easier.
git_add_p_hydra_demo.mp4
Anyway, the whole thing is quickfix driven, which made me think of Telescope. I was wondering if folks would be interested in contributing this back, as a basic file+line number picker.
The text was updated successfully, but these errors were encountered:
Thanks for reaching out but unfortunately, I don't think we're adding new pickers to telescope at the moment without significant interest from one of the maintainers (see #1228 for more context).
Is your feature request related to a problem? Please describe.
I recently learned of git jump and it's awesome. Using some simple lua + hydra.nvim I've effectively replicated a
git add -p
but unlike that view, which is read-only and can only advance in one direction, Neovim buffers are editable so if a line isn't quite right, I can modify the lines, head to another file, and do whatever I need just before staging them. It makes adding/committing a lot easier.git_add_p_hydra_demo.mp4
Anyway, the whole thing is quickfix driven, which made me think of Telescope. I was wondering if folks would be interested in contributing this back, as a basic file+line number picker.
The text was updated successfully, but these errors were encountered: