[scribus] eliminating color sets.

amruginn-scribus at yahoo.com amruginn-scribus at yahoo.com
Fri Sep 4 13:09:07 UTC 2015


On Thu, 9/3/15, John Culleton <John at wexfordpress.com> wrote:

> Another way to do it in gvim is to scroll to the first color, note the line number (shown in the lower right hand
> corner of the display), then scroll down to the last one and note the line number and then do a colon command like:
> :32,1125 d

Another trick for this type of thing in gvim, is to "mark" the lines, and use those "marks" to delete.

So, at the beginning of lines you want to delete, type "ma", for "mark" "position 'a'". Then go to the end of the lines you want to delete and type "mb" for "mark" "position 'b'". Then you can do ":'a,'b d" and it will delete the lines from position 'a' to position 'b'. (You can use lowercase a through z for positions. You can also use those positions to move around your document. You can type 'a (that's apostrophe then letter a, 2 keystrokes) and it will move to position a.)




More information about the scribus mailing list