Mike Land

Results 7 comments of Mike Land

Try the XVim2 for xcode 9 and greater. https://github.com/XVimProject/XVim2 On Tue, Feb 4, 2020, 7:35 PM Michael wrote: > xvim-build-fail.txt > > > — > You are receiving this because...

Unfortunately XVim is under development at the moment, it's currently not functional for XCode 9. Currently there is no ETA, however there are committed people working on it. Hopefully we'll...

There is no compiler to see the results of your code, also you wouldn't have the same autosuggest setup since you wouldn't have direct access to Apple's methods, so you...

you can use the menu commands nnoremap :xccmd openQuickly On Thu, Feb 4, 2016 at 4:12 PM Arthur Chang [email protected] wrote: > command shift o is great, but a ctrlp...

Here is the full list. https://github.com/XVimProject/XVim/blob/master/Documents/Developers/MenuActionList.txt On Sat, Feb 6, 2016, 8:30 PM Alex Moore-Niemi [email protected] wrote: > Thanks @lando2319 https://github.com/lando2319 -- was able to use this > solution. Maybe...

I added this to my .xvimrc for gt / gT tabbing nnoremap gT :xccmd selectPreviousTab nnoremap gt :xccmd selectNextTab

I ran the command, `npx whisper-node download` Then when running the code from the original post I get this: ``` [whisper-node] Transcribing: ./audio/output.wav [whisper-node] No 'modelName' or 'modelPath' provided. Trying...