[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: editing files using VIM on remote server



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


Reply to: