util:vim
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| util:vim [2020/11/16 13:21] – Add info about system clipboards phil | util:vim [2021/07/14 18:50] (current) – [Helpful Settings] Added fileformat option description phil | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| | textwidth | tw | Integer | specifies the maximum line length, longer lines will be broken after white space using <EOL> | | | textwidth | tw | Integer | specifies the maximum line length, longer lines will be broken after white space using <EOL> | | ||
| | linebreak | lbr | Boolean | wrap long lines, for displaying only (no changes are done to the file itself) | | | linebreak | lbr | Boolean | wrap long lines, for displaying only (no changes are done to the file itself) | | ||
| + | | fileformat | ff | String | Set the format used when writing, e.g. '' | ||
| Using this line in the '' | Using this line in the '' | ||
| Line 117: | Line 118: | ||
| ===== Ranges ===== | ===== Ranges ===== | ||
| ^ Example ^ Effect ^ | ^ Example ^ Effect ^ | ||
| - | | . | actual | + | | . | current | 
| - | | 2,3 | all from line 2 till inclusively | + | | 2,3 | all from line 2 till line 3 inclusively | 
| - | | ^,$ | all from beginning | + | | < | 
| | +2,+3 | all from two lines after cursor till three lines after cursor | | | +2,+3 | all from two lines after cursor till three lines after cursor | | ||
| Line 245: | Line 246: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | * [[https:// | ||
util/vim.1605532903.txt.gz · Last modified:  by phil
                
                