Skip to content

Menu option to change dir into a recent project #205

Answered by goolord
twiclo asked this question in Q&A
Discussion options

You must be logged in to vote
  1. the startify and theta themes will already update the screen on DirChanged, you can test this out by running :cd ~/foo<CR> and observing the MRU change.
  2. if you can get a list of these projects folders somehow (i'm sure there is some plugin that can provide such an API) then all you would need to do is copy the code for the mru function and sections, change oldfiles to that list, and change the command being run on the filepath to cd
  3. if you do end up getting something like that to work, lmk and i will upstream it as an extension module similar to the alpha.term or alpha.fortune module

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@twiclo
Comment options

@goolord
Comment options

Answer selected by twiclo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants