vim-hardy
vim-hardy copied to clipboard
OS X behavior when using :ArduinoUpload
Thanks for this great plugin! :+1:
In osx (Yosemite 10.10.4), when running :ArduinoUpload
the arduino app is loaded and stays there instead of in the vim (iterm) window. Is that the expected behavior? Can this be changed or configured so the arduino app stays in the background?
That is not expected. The arduino ide should never appear above vim for you, it should all be contained within vim. Is you arduino ide version > 1.5.0?
Is you arduino ide version > 1.5.0?
Yes, 1.6.5
I think I know what the problem is. My iterm2 terminal runs in full screen mode. If don't run in full screen mode, the arduino ide stays in the background. Not sure how to solve it though.
That is very strange. I don't think there is anything I can do to fix that, considering that it has to do with the Arduino IDE not hardy itself. Try running arduino --upload sketch.ino
in a full screen terminal and see if the Arduino IDE takes focus from the iterm window. (sketch.ino can be any arduino sketch file)