Hi Marig, 2017-4-11(Tue) 0:03:01 UTC+9 Mario Grgic: > I am using Vim 8.0.559 and just noticed the L command does not move the > cursor to the bottom of Vim window/buffer, but 5 lines above the bottom. [...]
Please execute the following command. :verbose set scrolloff? Probably, I think that it is set to 5 in defaults.vim. You can be happy by setting the following with your ~/.vimrc. Set scrolloff=0 -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
