I have my vim configured with
inoremap jj <Esc>
This has worked fine until recently (last month or so), where suddenly whenever PhpStorm autocompletes something (a variable for example) that contains a j
, another j
will added to the end of the variable no matter how fast I am typing.
So a variable of $adjustment
which I input using tab autocompletion will end up as $adjustmentj
which I have to keep correcting.
Any idea how I can prevent this annoying bug?