Currently, after you change the priority (r key by default) the list seems to refresh and put the cursor all the way back at the top. This is very disorienting, and makes it a hassle to get back down to wherever you came from, especially if you were far down the list. Which makes the use-case of "periodic review" (ala GTD) of the todo.txt file much more difficult than it needs to be.
I suspect it could be fixed with something like (save-excursion) but I have not spent any time working on it yet. Even if I do get something working, I hesitate to submit a PR as it seems (as of today) there are already (4) languishing, (3) from 2019 and (1) from 2016(!).
Anyway, if I do get it working, maybe I post the code back here in this issue in case it helps anyone else.
In the meantime, thanks for sharing this handy little tool, I use it daily and it is an important part of my workflow, even just as it sits today! So thanks for your work, and for sharing it! 🍻
Currently, after you change the priority (
rkey by default) the list seems to refresh and put the cursor all the way back at the top. This is very disorienting, and makes it a hassle to get back down to wherever you came from, especially if you were far down the list. Which makes the use-case of "periodic review" (ala GTD) of the todo.txt file much more difficult than it needs to be.I suspect it could be fixed with something like
(save-excursion)but I have not spent any time working on it yet. Even if I do get something working, I hesitate to submit a PR as it seems (as of today) there are already (4) languishing, (3) from 2019 and (1) from 2016(!).Anyway, if I do get it working, maybe I post the code back here in this issue in case it helps anyone else.
In the meantime, thanks for sharing this handy little tool, I use it daily and it is an important part of my workflow, even just as it sits today! So thanks for your work, and for sharing it! 🍻