Does 'terminal' in sections in dashboard cache the output? #173
Unanswered
redoxahmii
asked this question in
Q&A
Replies: 2 comments 1 reply
-
i have also tried with using |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is and it's all in the docs. See here https://github.com/folke/snacks.nvim/blob/main/docs/dashboard.md#snacksdashboardsectionsterminal You can change the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
might be a dumb question but does using
section = "terminal"
cache the output of the command we are using in the dashboard?I run a
cat
command to display some information on the pane and it does not refresh if i change something inside it and i would like that behavior not to happen.Beta Was this translation helpful? Give feedback.
All reactions