vimsox
vimsox copied to clipboard
Renaming file with an h causes ide to unfocus file.
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.
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.