Hello, adilhusain shaikh wrote: > The issue is when I press down arrow the cursor goes to next line,. But the > screen reader still reads out the last line.
That's a common issue with vim. Run :set noruler and that "last-line output" will disappear. You can put set noruler in your .vimrc file, to make this permanent. Samuel