vim-sort-motion icon indicating copy to clipboard operation
vim-sort-motion copied to clipboard

Vim mapping for sorting a range of text

Results 3 vim-sort-motion issues
Sort by recently updated
recently updated
newest added

I was trying to sort the following string in the quotes only using gsi", with little success: args: "aaa=execution,aaa_bbb={STUFF},aaa_ccc={EXECUTION_MODE},aaa_ddd=" I went into the plugin code and added let delimiter =...

This could be done - via selection - from the cursor up to specific char. For instance I would like to sort people in markdown table: ``` |...| ...| Simone,...

Hey @christoomey! Awesome project, thanks for making this! I tried using this to sort a list of dotfiles, separated by spaces in a bash script. E.g., ``` bash FILES=(.vimrc .gemrc...