Hacker News new | ask | show | jobs
by chilicuil 3354 days ago
This is great, I have a similar configuration with near to zero effort to setup thanks to vundle (vim) and tundle (tmux) plugin managers.

https://github.com/chilicuil/dotfiles/blob/master/.vimrc#L25...

https://github.com/chilicuil/dotfiles/blob/master/.tmux.conf...

One additional trick I often use is to look for inotify events in split tmux panes to compile/run tests on every save.

https://superuser.com/questions/181517/how-to-execute-a-comm...