CharSort : Functions and mappings to sort the characters in a string
| script karma |
Rating -1/1,
Downloaded by 1076 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Christian J. Robinson |
| |
| script type |
| utility |
| |
| description |
Mappings:
<lead>so -- sort, case sensitive
<lead>si -- sort, case insensitive
These mappings work in visual and normal mode--in normal mode they take a motion operator. See ":help mapleader"
Function:
CharSort#Sort({string} [, {i/c}]) -- Sort {string}
{i/c} == c -- match case (default)
{i/c} == i -- ignore case |
| |
| install details |
Either source this file directly or put it in <runtimepath>/autoload and copy the following maps in the file to your vimrc.
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.156
|