Lines Matching refs:range
134 matches a single char from the range [a-z] \[a-z]
135 matches a single char not in the range [^a-z] \[^a-z]
204 |:go| :[range]go[to] [off] go to [off] byte in the buffer
348 |:d| :[range]d [x] delete [range] lines [into register x]
414 |:ce| :[range]ce[nter] [width]
415 center the lines in [range]
416 |:le| :[range]le[ft] [indent]
417 left-align the lines in [range] (with [indent])
418 |:ri| :[range]ri[ght] [width]
419 right-align the lines in [range]
429 |:range!| :[range]! {command}<CR>
430 filter [range] lines through {command}
436 |:s| :[range]s[ubstitute]/{pattern}/{string}/[g][c]
437 substitute {pattern} by {string} in [range] lines;
440 |:s| :[range]s[ubstitute] [g][c]
441 repeat previous ":s" with new range and options
443 |:ret| :[range]ret[ab][!] [tabstop]
497 |:g| :[range]g[lobal]/{pattern}/[cmd]
499 within [range] where {pattern} matches
500 |:g| :[range]g[lobal]!/{pattern}/[cmd]
502 within [range] where {pattern} does NOT match
1125 |:range| , separates two line numbers
1126 |:range| ; idem, set cursor to the first line number
1129 |:range| {number} an absolute line number
1130 |:range| . the current line
1131 |:range| $ the last line in the file
1132 |:range| % equal to 1,$ (the entire file)
1133 |:range| * equal to '<,'> (visual area)
1134 |:range| 't position of mark t
1135 |:range| /{pattern}[/] the next line where {pattern} matches
1136 |:range| ?{pattern}[?] the previous line where {pattern} matches
1138 |:range| +[num] add [num] to the preceding line number
1140 |:range| -[num] subtract [num] from the preceding line
1265 |:w| :[range]w[rite][!] write to the current file
1266 |:w_f| :[range]w[rite] {file} write to {file}, unless it already
1268 |:w_f| :[range]w[rite]! {file} write to {file}. Overwrite an existing
1270 |:w_a| :[range]w[rite][!] >> append to the current file
1271 |:w_a| :[range]w[rite][!] >> {file} append to {file}
1272 |:w_c| :[range]w[rite] !{cmd} execute {cmd} with [range] lines as
1274 |:up| :[range]up[date][!] write to current file if modified
1447 |:fold| :{range}fold define a fold for {range} lines