I’m trying to use command_mode
to develop my own plugin. However, when command_mode
is active, the cursor jumps back one character when I select the last column in a line (that has no character in it). This is happening regardless of the inverse_caret_state
setting. The weird thing about this is that I’m still able to get the cursor to the last column simply by clicking it again or by hitting the end
key.
My question: is there a setting to turn off this behavior? I’d like the cursor to behave in command_mode
as it does without command_mode
.