mini.starter startify_skiplist like behaviour? #776
-
How to achieve the same result of ignoring specific files/paths from showing up in the list of recently viewed files? I guess that I will have to write my own |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Mar 30, 2024
Replies: 1 comment
-
Yes, I am afraid so. The Another approach would be to ensure that certain files are not saved (or present at the time of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, I am afraid so. The
recent_files
built-in section has only the following arguments.Another approach would be to ensure that certain files are not saved (or present at the time of
recent_files
is executed) in thev:oldfiles
variable.