aligrudi / neatvi

A small vi/ex editor for editing UTF-8 text
http://litcave.rudi.ir/
305 stars 25 forks source link

Pasting into macOS terminal #48

Closed polluks closed 2 years ago

polluks commented 2 years ago

upper window = neatvi lower window = vim

neatvi vs vim
aligrudi commented 2 years ago

Hi,

Stefan @.***> wrote:

upper window = neatvi lower window = vim

neatvi vs vim

You probably need to unset auto-identation:

:set noai

Ali
polluks commented 2 years ago

Indeed, thanks!