The "open" command (when called from MacVim) is slower since MacOS Mojave. I have eg these lines in my .vimrc: ``` " Open File: :map gf :!gvim <cfile><CR> " Go to URL ("Go to Link"): :map gl :!open -a "Google Chrome" "<cWORD>"<CR> ```