-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hei!
Thanks for Vroom, I use it regularly! :)
Here's what I'm trying to do today. I'm writing a git(1) demo for $work, and would like to run git commands to show what happens on a file/dir level. To achieve this, I'm running a split-window tmux(1) session where one pane contains the presentation and the other continuously shows the output of tree(1) in the git demo directory.
What happens is that vroom creates it's temporary files in $CWD, and when I show the git dir with tree(1), the temp files show up too (and not just the .git files etc.)
I've tried working around this by adding a vim config line like this: exec "lcd my-git-repo". This has helped keeping most of vroom's temp files out of the git directory, but it still drops it's "run.slide" file there.
Not sure of a sane way to fix this. Any ideas? :)