vim-hardy icon indicating copy to clipboard operation
vim-hardy copied to clipboard

OS X behavior when using :ArduinoUpload

Open drio opened this issue 9 years ago • 4 comments

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?

drio avatar Aug 19 '15 02:08 drio

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?

EvergreenTheTree avatar Aug 19 '15 12:08 EvergreenTheTree

Is you arduino ide version > 1.5.0?

Yes, 1.6.5

drio avatar Aug 29 '15 03:08 drio

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.

drio avatar Aug 29 '15 03:08 drio

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)

EvergreenTheTree avatar Aug 30 '15 01:08 EvergreenTheTree