thanks for the comment. iām a bit reluctant to answer āwhatā directly, since
⢠iām interested in what you make of them without much framing
⢠as āsketchesā they really are open for interpretation/insight
but thanks for asking; hereās a bit more orientation & i can elaborate more if you want
⢠these are three sketches from a broader set, just to give the flavor of them
⢠each one is just a unicode text file open in a Vim editor. anything āspecialā beyond basic navigation is annotated in the file.
⢠a general theme is me trying to get a better grasp on the spatial & physical nature of text editing
⢠sketch #1 is about embedding multiple spatial dims in a single vertical dim. no macros are involved, iām just using ā*ā and ā#ā to ājump to next/prev matchā on different labels to āmoveā in āview spaceā along spatially embedded axes. each āframeā is found in a different part of the file.
⢠sketch #2 is roughly about ādirect manipulationā of code/data/environment. idk if youāre familiar with Vim, but all editor commands can be recorded as plaintext macros & replayed on command. iām just going a step further and saving macros in the doc/executing them from the doc
⢠sketch #3 is a birds eye view of an afternoon prototyping session; gives some sense of the āsketchbookā feel of the approach
⢠overall, this approach (i.e., sketching directly in Vim plaintext) is the first concrete instance where i can recognize a semblance of the inchoate thing iāve been incubating. it also captures more ācomputer natureā than some of the pen & tablet experiments iāve seen, though thatās def a place i want to converge on at some point