the text cursor seems to be offset with one so when placing the cursor to do text editing it land always on the wrong char.
current:
- sample text!
- sample text!
in first the cursor is under the ! and new text comes after !
in the second it is under the t and new text comes after t
thought it would be like this:
- sample text!␣
- sample text!
for editing text after ! in case 1 and before ! in case 2
other styles ▋ and |
I-beam" cursor which is used for inserting text between characters, a block cursor often indicates a "replace" or "overtype" mode.
the text cursor seems to be offset with one so when placing the cursor to do text editing it land always on the wrong char.
current:
in first the cursor is under the
!and new text comes after!in the second it is under the
tand new text comes aftertthought it would be like this:
for editing text after
!in case 1 and before!in case 2other styles ▋ and |
I-beam" cursor which is used for inserting text between characters, a block cursor often indicates a "replace" or "overtype" mode.