vimsox icon indicating copy to clipboard operation
vimsox copied to clipboard

Renaming file with an h causes ide to unfocus file.

Open ghost opened this issue 8 years ago • 1 comments

This is happening on Visual Studio 2017.

Steps to reproduce: Open a solution. Create a file. Attempt to rename a file with the a name that contains the letter 'h', 'j', 'k, 'l'. the rename process stops and focus is shifted in the direction indicated by the key pressed.

I'm not quite a vim wizard so if this is intended then feel free to close.

ghost avatar Jun 08 '17 16:06 ghost

Wouldn't call myself a vim wizard either, but this is not the intended behavior. The issue is due to that I'm not currently able to detect when the renaming starts by a mousepress.

Hopefully I can find the time to look at this soon, in the meantime, initiating the rename by pressing 'F2' should work as expected.

matsande avatar Jun 29 '17 07:06 matsande