DEV Community

Discussion on: Jumping in and out of your editor too much?

Collapse
 
aghost7 profile image
Jonathan Boudreau

Yep, not sure if its the same as neovim though. Personally as I said though, I just use tmux.

Thread Thread
 
wulymammoth profile image
David • Edited

Yeah, I'm a huge tmux user as well. I have like 8 projects/repos open at any time (like dotfiles and TIL) that I often make updates to and I love resurrect for the few times that I have to restore those sessions on restart.

Could you share how you've configured file watch to automate test runs?

Thread Thread
 
aghost7 profile image
Jonathan Boudreau

I use mocha as my test framework, the command line tool has a watch option.