On Tuesday, November 8, 2016 at 11:51:05 AM UTC-6, andalou wrote: > I'm using vim 80.069 on Windows with defaults.vim enabled. > > When pressing z<CR>, the cursor line is supposed to get to top of > window, but is placed 5 lines below the top. >
This is due to the 'scrolloff' option which defaults.vim sets, you will need to override it with a plugin or VimEnter command, or avoid sourcing defaults.vim, if you don't like the behavior. 'scrolloff' is useful for always keeping some lines of context above/below your cursor at the window edges. -- -- 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]. For more options, visit https://groups.google.com/d/optout.
