Searched refs:upwards (Results 1 – 25 of 26) sorted by relevance
12
| /vim-8.2.3635/src/testdir/ |
| H A D | test_findfile.vim | 83 " Test upwards search. 94 " happens to be found upwards above Xdir1). 99 " Test upwards search with stop-directory. 110 " Test combined downwards and upwards search from Xdir2/. 158 " Test upwards dir search. 162 " Test upwards search with stop-directory. 166 " Test combined downwards and upwards dir search from Xdir2/.
|
| H A D | test_gn.vim | 113 " search upwards with nowrapscan set
|
| H A D | test_window_cmd.vim | 280 " Rotate upwards
|
| H A D | test_fold.vim | 1347 " Test for using zj and zk to move downwards and upwards to the start and end
|
| H A D | test_termcodes.vim | 505 " Now drag upwards.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | scroll.txt | 14 that you see) upwards or downwards in the buffer. When the window moves 15 upwards in the buffer, the text in the window moves downwards on your screen. 20 2. Scrolling upwards |scroll-up| 35 The text moves upwards on the screen. 63 2. Scrolling upwards *scroll-up* 66 see) upwards (this means that more lines upwards in the text buffer can be 70 CTRL-Y Scroll window [count] lines upwards in the buffer. 88 CTRL-B Scroll window [count] pages Backwards (upwards) in the 247 <ScrollWheelRight>. For example, if you push the scroll wheel upwards a 248 <ScrollWheelUp> key press is generated causing the window to scroll upwards
|
| H A D | usr_32.txt | 119 command. This moves back in time. Thus it doesn't walk the tree upwards or
|
| H A D | fold.txt | 436 zk Move upwards to the end of the previous fold. A closed fold 571 When moving the cursor upwards or downwards and when scrolling, the cursor
|
| H A D | quickref.txt | 163 -[num] [num] lines upwards, in column 1 238 |CTRL-Y| N CTRL-Y window N lines upwards (default: 1) 240 |CTRL-B| N CTRL-B window N pages Backwards (upwards) 1362 |CTRL-W_R| CTRL-W R rotate windows upwards
|
| H A D | vim.man | 20 Vim is a text editor that is upwards compatible to Vi. It can be used
|
| H A D | usr_08.txt | 243 the very top. You will notice that K is again used for moving upwards.
|
| H A D | gui_x11.txt | 302 up_arrow an arrow pointing upwards
|
| H A D | index.txt | 208 |CTRL-E| CTRL-E scroll N lines upwards (N lines Extra) 562 |CTRL-W_R| CTRL-W R rotate windows upwards N times
|
| H A D | windows.txt | 487 CTRL-W R Rotate windows upwards/leftwards. The second window becomes
|
| H A D | pattern.txt | 179 -[num] [num] lines upwards, in column 1
|
| H A D | vi_diff.txt | 905 |CTRL-E| scroll N lines upwards (N lines Extra)
|
| H A D | editing.txt | 1764 the non-existing directory if upwards searching is used. E.g. when
|
| H A D | version6.txt | 1081 Vim can search in a directory tree not only in downwards but also upwards. 3488 Problem: When scrolling a window with folds upwards, switching to another 5739 moving the mouse upwards, nearly all the text is selected. 9977 puts the text one line upwards.
|
| H A D | options.txt | 3839 upwards as needed. 5786 - Search upwards and downwards in a directory tree using "*", "**" and
|
| H A D | eval.txt | 4934 upwards recursive directory searches. See |file-searching| 4958 < Searches from the directory of the current file upwards until
|
| H A D | todo.txt | 1673 Problem with upwards search on Windows (works OK on Linux). (Brett Stahlman,
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gnuplot.vim | 324 syn keyword gnuplotKeyword downwards upwards scale offset
|
| H A D | 2html.vim | 968 \ " /* navigate upwards in the DOM tree to open all folds containing the line */",
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | tohtml.vim | 583 \ " /* navigate upwards in the DOM tree to open all folds containing the line */",
|
| /vim-8.2.3635/src/ |
| H A D | window.c | 1707 win_rotate(int upwards, int count) in win_rotate() argument 1734 if (upwards) // first window becomes last window in win_rotate()
|
12