Lines Matching refs:with
14 |28.3| Working with folds
17 |28.6| Folding with markers
51 structure of text, by folding lines of a section and replacing it with a line
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: >
74 All the folding commands start with "z". With some fantasy, this looks like a
100 If you have nested several levels deep, you can open all of them with: >
105 with: >
111 You can quickly disable the folding with the |zn| command. Then |zN| brings
122 *28.3* Working with folds
131 'foldmethod'. Then delete the function with "dd", move the cursor and put it
132 with "p". If some lines of the function are above or below the fold, you can
182 the same buffer, one with folds and one without folds. Or one with all folds
183 closed and one with all folds open.
196 file. You can change what is stored with the 'viewoptions' option.
214 Defining folds with |zf| is a lot of work. If your text is structured by
216 method. This will create folds for every sequence of lines with the same
217 indent. Lines with a larger indent will become nested folds. This works well
218 with many programming languages.
245 This means that all folds with three times a 'shiftwidth' indent or more will
261 and then open a specific fold with |zo|. Or open all folds with |zR| and
262 then close specific folds with |zc|.
265 would conflict with the relation between the indent and the fold level.
270 *28.6* Folding with markers
313 More about folding with markers in the reference manual: |fold-marker|
320 that supports colors, the colors you see are made with the "help" syntax file.
395 If there is a syntax file with folding for the language you are editing, that
404 files with other people or you have to meet company standards, you might not
415 Folding with expressions can make folds in almost any structured text. It is