Closed fnune closed 3 years ago
https://github.com/tpope/vim-abolish#substitution
With vim-abolish, instead of this:
:%s/facility/building/g :%s/Facility/Building/g :%s/FACILITY/BUILDING/g :%s/facilities/buildings/g :%s/Facilities/Buildings/g :%s/FACILITIES/BUILDINGS/g
You can do this:
:%Subvert/facilit{y,ies}/building{,s}/g
I think if traces.vim supported previews for this, it would be amazing!
It is already supported. Add the following to your vimrc to enable the preview:
let g:traces_abolish_integration = 1
Oh! It's literally the last commit! So cool. Thank you!
https://github.com/tpope/vim-abolish#substitution
With vim-abolish, instead of this:
You can do this:
I think if traces.vim supported previews for this, it would be amazing!