summaryrefslogtreecommitdiff
path: root/vis/multiple-cursors/basic.keys
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-19 14:10:13 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-19 14:10:13 +0200
commit2e102a11afe9b256f0f9cf5391faf445fd40430a (patch)
treefcf8f6f4e2b7832bed9c380bf49bcc491ca06292 /vis/multiple-cursors/basic.keys
Initial import of test branch from vis repository
Diffstat (limited to 'vis/multiple-cursors/basic.keys')
-rw-r--r--vis/multiple-cursors/basic.keys6
1 files changed, 6 insertions, 0 deletions
diff --git a/vis/multiple-cursors/basic.keys b/vis/multiple-cursors/basic.keys
new file mode 100644
index 0000000..df8738e
--- /dev/null
+++ b/vis/multiple-cursors/basic.keys
@@ -0,0 +1,6 @@
+vGI /* create cursor at start of every line */
+df<Space> /* delete to first space */
+. /* delete to second space */
+A : end<Escape> /* append " : end" to line */
+. /* repeat */
+u /* undo */