Default list of views in Copy Cell form?

Problem

I want VersIC to copy only certain views by default.

Solution

The 'VSC_COPY_VIEWS_DEFAULT' variable controls this behavior:

;;;----------------------------------------------------------------------------
;;; Default list of Views in 'Copy Cell' form
;;;
;;; VSC_COPY_VIEWS_DEFAULT: Dynamic
;;;   nil:   Delete the target cell, then replace it with the source cell
;;;   'all: Copy all cellviews from target
;;;   list of views: Copy only named views
;;;       e.g. list("schematic" "layout")
;;;
;;;----------------------------------------------------------------------------
VSC_COPY_VIEWS_DEFAULT = 'all

VSC_COPY_VIEWS_DEFAULT is set in the 'versic.conf' file located under the path specified by the 'VSC_CONFIG_DIR' environment variable.