Vaso Putica

Results 5 comments of Vaso Putica

I had same issue as @rkabrick - it turned on that I also had `onedark.vim` theme in `~/.vim/colors`.

This started happening to me yesterday. It occurs only when I activate MenuHammer while working in iTerm2. For all other apps everything is as usual. Hammerspoon 0.9.100 (6815) macOs: 12.0.1...

In the case of iTerm2, the culprit was the 'Secure Keyboard Entry' option, which was enabled (⌥⌘S).

It's one of the options in the 'iTerm2' menu, the fourth one from the bottom. https://iterm2.com/documentation-menu-items.html ``` iTerm2 > Secure Keyboard Entry When this is enabled, the operating system will...

I had the same problem. Culprit was my `.bash_profile` or `.bashrc` config which printed something to `stderr` which then causes `neovide` to abort startup at it expects empty `stderr`.