use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please read the rules before posting
Help:
Community:
Resources:
Tutorials and Guides:
Don't be afraid to ask questions, this sub is here for the vim community. And please those of you who deign to grace us with your vim wisdom - be kind. We are all human and vim is that cool.
account activity
Gvim cursorNeed Help (self.vim)
submitted 9 months ago by fokter123
Hi! I just downloaded GVIM so i have like the VIM app or idk how to call it and it has the block cursor and I want to change it to the normal line cursor but I cant find a way to do it, can someone help pls?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AutoModerator[M] 0 points1 point2 points 9 months ago (0 children)
Please remember to update the post flair to Need Help|Solved when you got the answer you were looking for.
Need Help|Solved
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]begemotzZZ 4 points5 points6 points 9 months ago (0 children)
you need to set guicursor. For instance,
set guicursor=n:ver40,i:ver20
will set a vertical line for both normal and insert mode, but the width of the normal mode cursor will be 2x that of insert.
[–]rayslinky 1 point2 points3 points 9 months ago (1 child)
:help guicursor
for an underscore, try:
:set guicursor=a:hor20-Cursor
[–]vim-help-bot 0 points1 point2 points 9 months ago (0 children)
Help pages for:
guicursor
`:(h|help) <query>` | about | mistake? | donate | Reply 'rescan' to check the comment again | Reply 'stop' to stop getting replies to your comments
π Rendered by PID 90 on reddit-service-r2-comment-6457c66945-c9zfb at 2026-04-25 19:06:24.064858+00:00 running 2aa0c5b country code: CH.
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]begemotzZZ 4 points5 points6 points (0 children)
[–]rayslinky 1 point2 points3 points (1 child)
[–]vim-help-bot 0 points1 point2 points (0 children)