VsVim / VsVim

Vim Emulator Plugin for Visual Studio 2015+
Other
3.66k stars 400 forks source link

Ctrl-E works, Ctrl-Y doesn't #2730

Open uknomadgames opened 5 years ago

uknomadgames commented 5 years ago

I can't seem to get Ctrl-Y to work (as in copy characters from above) Ctrl-E copies from below.

Looking at the vsvim mappings (with all scopes ticked) I don't see Ctrl-Y listed. I have all mappings handled by vsvim

Cheers Rob

uknomadgames commented 5 years ago

I just built from the sources (had a few issues with some assembly references) and the problem doesn't happen in the vimapp thing that starts up, so it's definitely something to do with my setup. If I install the vsix that I've built the problem remains.

er... disabling Visual Assist seems to fix it, but Ctrl-y is not listed in the visual assist keyboard shortcuts, nor in the ide->tools->customize keyboard dialog

I guess I'll keep digging (and leave this open in case anybody else has the same issue and/or has a fix) Rob

uknomadgames commented 5 years ago

I reported to WholeTomato who have confirmed and raised an issue

ricksladkey commented 5 years ago

@uknomadgames I greatly appreciate your resourcefulness in tracking this down!