Replies: 2 comments 2 replies
-
hey, having shift+v to select multiple revisions is an interesting idea and might be a familiar movement from some editors. afaik, there's currently no way to select multiple revisions visually like shift+v would do as you move. while I like the idea of shift+v to select multiple revisions, I'm wondering how it would work visually, when active and when you move (say pressing up key) the revisions you get over will be marked right ? I can imagine a problem with this, imagine if I activate shift+v and move upwards, it might happen and is quite possible that the commit graph is non linear, and moving up would select a revision on another branch. this is unlike using shift+v on editors where lines being selected are always continuous and makes sense to work on continuous ranges of text. however, I can imagine other alternatives: the one with less changes (and the one possible right now) is just to use so the first option is to just use another option would be to use our current then if you needed to abandon them all you could do that directly. or if you needed to squash them all into say the last one, you just deselect the last one and use squash as you'd normally use. probably there are other options but this what comes to my mind now. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion @arnold-c, Would it help if the selection with I see that this would work with revisions too. If the user is selecting a revision, it's very likely that they want to include another, as otherwise they would just do it on the highlighted revision. I think this would mostly cover your use case and fit nicely with the rest of the app. As for the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to select a range of revisions when in the default view? I appreciate it's possible to select revisions one-by-one with space, but it would be useful to be able to use a keybind like
shift-v
to select the start and then just navigate up and down the log/file list (if in the details view) to quickly select a range. This would be nice to abandon a selection of changes quickly when iterating on an idea, for example.Really enjoying learning jj, and jjui is going a long way towards making this a smooth process, so thanks for the TUI!
Beta Was this translation helpful? Give feedback.
All reactions