vim-sort-motion
vim-sort-motion copied to clipboard
Vim mapping for sorting a range of text
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...