i want replace list of word flipiny different word each occurrence. example, have this:
flipiny flipiny flipiny flipiny flipiny flipiny flipiny flipiny flipiny flipiny
i want become this:
bounce flash pulse rubberband shake headshake swing tada wobble jello
is there way automatically sublime?
you can series of built-in shortcuts.
type list editor, each item on own line:
bounce flash pulse rubberband shake headshake swing tada wobble jello
select (ctrl + a / super + a).
- split selection lines (ctrl + shift + l / super + shift + l). creates cursor on each line. in case, should have 10 cursors.
- copy.
- in file
flipiny
s, find , select every instance. can opening find panel, typing inflipiny
, , clicking find all (or alt+enter). note won't work unless have same number of occurrences offlipiny
. in case, there should 10. - paste.
Comments
Post a Comment