Jason Imison
Jason Imison
> Since this isn't closed yet, I want to ask... Why is this required only on the Mac version? > > I've been using VsVim on Windows for awhile now...
> Not to mention I do not have arrows in my keyboard (only Karabiner configured ctrl+hjkl). Same :) I don't have dedicated arrow keys, need to hold down Fn key...
This looks like a different problem. The code assumes that if you are running a gnome session, then you have gnome-terminal installed https://github.com/OmniSharp/Kulture/blob/0f30a8ce89debda1477bd276224e6415690bafc2/Kulture.py#L87 It's probably a reasonable assumption, but ElementaryOS...
I'm sure there will be lots that you can do to help. I figure it's a large undertaking to do this right :) Let me get something started first and...
@hifi Hey nice work. I'll be sure to try that out. There are a couple of other monodevelop devs interested in porting [VsVim](https://github.com/jaredpar/VsVim) to MonoDevelop. Still not started, but hopefully...
Yeah. Xsvim works with visual studio for Mac, but right now you need to install manually via the mpack file on the github release page On 14 May 2017 7:41...
oh, and `ci"`, `ci(`, `ci)` etc
No idea without debugging. I started working on a new vim plugin written in F#.
Looks like I just hit this bug ``` at System.Collections.Generic.Dictionary`2.TryGetValue (TKey_REF,TValue_REF&) [0x00000] in :0 at BinaryCompatChecker.Checker.Resolve (Mono.Cecil.AssemblyNameReference) [0x0000f] in :0 at BinaryCompatChecker.Checker/CustomAssemblyResolver.Resolve (Mono.Cecil.AssemblyNameReference,Mono.Cecil.ReaderParameters) [0x00007] in :0 at Mono.Cecil.BaseAssemblyResolver.Resolve (Mono.Cecil.AssemblyNameReference) [0x00007]...
@KirillOsenkov This is it https://devdiv.visualstudio.com/_apis/resources/Containers/7562158/drop?itemPath=drop%2FVisualStudioForMac-8.10.0.1171-pre.3.dmg I am in the process of converting the F# Interactive pad backend from a mono executable into a dotnet one. I have to ship the...