comparison runtime/doc/scroll.txt @ 10385:368468ef35cf

commit https://github.com/vim/vim/commit/c0514bf4777a1d55f5785b3887c5686fd0bbe870 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 17 14:50:09 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 17 Nov 2016 15:00:05 +0100
parents 9f48eab77d62
children 1218c5353e2b
comparison
equal deleted inserted replaced
10384:54db4e2b88b3 10385:368468ef35cf
1 *scroll.txt* For Vim version 8.0. Last change: 2006 Aug 27 1 *scroll.txt* For Vim version 8.0. Last change: 2016 Nov 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
106 106
107 ============================================================================== 107 ==============================================================================
108 3. Scrolling relative to cursor *scroll-cursor* 108 3. Scrolling relative to cursor *scroll-cursor*
109 109
110 The following commands reposition the edit window (the part of the buffer that 110 The following commands reposition the edit window (the part of the buffer that
111 you see) while keeping the cursor on the same line: 111 you see) while keeping the cursor on the same line. Note that the 'scrolloff'
112 option may cause context lines to show above and below the cursor.
112 113
113 *z<CR>* 114 *z<CR>*
114 z<CR> Redraw, line [count] at top of window (default 115 z<CR> Redraw, line [count] at top of window (default
115 cursor line). Put cursor at first non-blank in the 116 cursor line). Put cursor at first non-blank in the
116 line. 117 line.