Sublime Text Manipulate Tricks sublime text manipulate trick
sublime text manipulate tricks
for sublime2 install Invert Selection
package first
line filters remove useless line
Ctrl+F
open find window- enable regex
.*
mark - find all using
.*your_filter_string.*\n
- goto menu
Selection
thenInvert Selection
- delete selections
delete useless text
Ctrl+F
open replace window- enable regex
.*
mark - find all using
your_unwant_string_regex
- delete selections
sort
- goto menu
Edit
thenSort Lines
uniq lines
- goto menu
Edit
thenPermute Lines
thenUnique
blog comments powered by Disqus