@Anton Shepelev, the Ctrl-F variant I gave you has a fault, if the lines it jj's over are more than 1/2 the screen length each, it in effect skips a page of text. Instead map Ctrl-F to Ljzt instead.
@gary clinton <[email protected]> many thanks for the 'set display+=lastline' tip, those lines of @s have bugged me for years. On Sat, Aug 8, 2020 at 9:56 AM Gary Johnson <[email protected]> wrote: > On 2020-08-08, Anton Shepelev wrote: > > > Antoher problem with wrapped text in Vim is that it > > tries to display entire lines, leaving part of the > > screen lines empty, prefixed with `@'. It annoys me, > > too. > > I'm not sure, but I think this setting will fix that problem. > > set display=lastline > > Regards, > Gary > > -- > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vim_use/20200808165436.GA18746%40phoenix > . > -- Graham Lawrence -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CA%2BE5mK7qOJw5Zx%2B0PBQV%3Dcz8KfixYwQB7e5d2FtZav5xMixv8Q%40mail.gmail.com.
