1

I'm using GitBash on Windows 10. It seems the default cursor is a line

enter image description here

but this is somewhat difficult to see at times. How would I make the default cursor a filled rectangle?

2
  • The filled-rectangle cursor is the Insert cursor… which may not really be what you want.
    – Tetsujin
    Commented Dec 29, 2022 at 15:00
  • I want anything I can see. The thin line is not eye-catching and hard to see.
    – Dave
    Commented Jan 17, 2023 at 15:24

1 Answer 1

1

To do this, open or create the file ~/.minttyrc and add the lines

CursorType=block
CursorBlinks=no
0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .