Does this look like what you are after?

If you want to have that type of cursor, add this code to the end of your obsidian.css file:
.CodeMirror-cursor {
border-left-width: 0.5em;
}
You can adjust the value until you get the block width you like.
Hope this works for now!