Replies: 1 comment
-
See the comments on the cursor in #3010 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is not a bug but I thought I would bring it up anyway. I was trying out the new completion features and it looked to me like the cursor position was off by one for function arguments:
But when I type it does replace the whole thing, so the selection is clearly correct. However, this is a bit visually disturbing because it looks like I selected
capacit
in visual mode and then entered insert mode witha
.Looking back at the asciinema from the release highlights, it occurred to me that I am using a bar cursor in insert mode, instead of the block cursor as in the example asciinema. In that case, here is how it looks:
So I guess I am wondering if it would make sense to extend the selection "visually" by one character if the cursor shape is a bar to avoid that?
Beta Was this translation helpful? Give feedback.
All reactions