Transpose : Swap lines with columns in matrices of text, delimited text, etc.
script karma |
Rating 13/6,
Downloaded by 1570 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Benoit Mortgat |
|
script type |
utility |
|
description |
This plugin performs transposition (in the sense of matrix transposition) on your input.
123
456
789
Transpose the above array and get
147
258
369
Provided commands can transpose:
* Arrays of individual characters
* Arrays of tabulation-separated fields
* Arrays with a delimiter (CSV, default delimiter being a semicolon)
* Arrays of words (whitespace-separated fields)
* Arrays with delimiters of your choice with a provided vim search pattern
Screenshots and development available at https://github.com/salsifis/vim-transpose
Run :help transpose-tutorial after installing and generating help tags. |
|
install details |
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 44.220.184.63
|