dhruvasagar / vim-dotoo

Org-mode like task logging & time tracking in Vim
554 stars 27 forks source link

[QUESTION] Quick way to return to Agenda view after entering a refile file? (from the agenda view) #128

Closed talmobi closed 3 years ago

talmobi commented 3 years ago

So when the Agenda view is open, you can press to go into that task inside the dotoo buffer. After you are done, is there a way to quickly go back to the Agenda view again?

So far the best way I see is to just quit the buffer and press gA again to open the agenda view. The usual vim suspects does not work (like b# or the goto previous buffer key bind)

Is there a way? Or is is the idea to just use C-T, C-V or C-S to open the dotoo file in a new tab/split?

This is not a feature request implementation, just a casual question 🙏

dhruvasagar commented 3 years ago

@talmobi I don't believe there is a way right now, I could set it up so that <C-^> can work.

Haven't considered this before and typically I use one of the alternatives (<Tab> being my go to) when I want to get back to the agenda view after some quick work in the file.

dhruvasagar commented 3 years ago

Also, you can trigger the agenda mapping (gA) to go the agenda view again. It is designed to remember things like filters, etc.