Lines Matching refs:can
8 Structured text can be separated in sections. And sections in sub-sections.
10 This chapter explains the different ways this can be done.
50 The advantage of folding is that you can get a better overview of the
63 can use the |zf| operator with any movement command to create a fold for the
70 And you can close the fold again with: >
82 Folds can be nested: A region of text that contains folds can be folded
83 again. For example, you can fold each paragraph in this section, and then
97 This folds M-ore. You can repeat "zr" and "zm" to open and close nested folds
100 If you have nested several levels deep, you can open all of them with: >
104 This R-educes folds until there are none left. And you can close all folds
111 You can quickly disable the folding with the |zn| command. Then |zN| brings
128 You can yank, delete and put folds as if it was a single line. This is very
132 with "p". If some lines of the function are above or below the fold, you can
149 You can use the mouse to open a fold by clicking on the "+" in the foldcolumn.
163 can be changed to open folds for specific commands. If you want the line
173 You can make folds close automatically when you move out of it: >
196 file. You can change what is stored with the 'viewoptions' option.
197 When you come back to the same file later, you can load the view again: >
201 You can store up to ten views on one file. For example, to save the current
215 giving lower level items a larger indent, you can use the indent folding
224 Then you can use the |zm| and |zr| commands to fold more and reduce folding.
260 This can be combined: You can first close most folds by using |zm| a few times
295 lines around. This can be avoided by using numbered markers. Example:
309 any fold at a higher level stop here. You can just use numbered start markers
326 nothing more to explain. You can open and close folds as explained above.
335 line a user function is called to compute the fold level of a line. You can
343 You can try it out on this text:
367 Where <Tab> is a real Tab. Vim will fill in the previous value, which you can
400 Typing commands to manually fold regions can be used for unstructured text.
406 The main advantage of markers is that you can put them exactly where you
408 folds. And you can add a comment about what is contained in the fold.
411 well. Use it when you can't use one of the other methods. However, it is
415 Folding with expressions can make folds in almost any structured text. It is
416 quite simple to specify, especially if the start and end of a fold can easily
420 the defined folds. Then you can delete or add folds manually.