Is there a magic command which creates a cell out ...
# magic
j
Is there a magic command which creates a cell out of only the stuff (paint and subcells) under the current cursor box? or any command like this?
t
You have to select it first, but yes; it's
select area
followed by
select save <cellname>
.
What I don't have that I've been meaning to do is a command that does the above but additionally deletes the stuff that you just collected into a cell, and replaces it with the new cell. If you want to do that now, you would have to follow the above with
delete
and
getcell <cellname>
.