aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/golf/4e31627b74ab580001000007/1.keys (renamed from vim/golf/4e31627b74ab580001000007/1.keys.broken)9
-rw-r--r--vim/golf/50ad2cb165b8db0002000029/1.keys (renamed from vim/golf/50ad2cb165b8db0002000029/1.keys.broken)0
2 files changed, 5 insertions, 4 deletions
diff --git a/vim/golf/4e31627b74ab580001000007/1.keys.broken b/vim/golf/4e31627b74ab580001000007/1.keys
index cb8ab02..c53b4ca 100644
--- a/vim/golf/4e31627b74ab580001000007/1.keys.broken
+++ b/vim/golf/4e31627b74ab580001000007/1.keys
@@ -13,9 +13,10 @@ cwvoid<Escape>
n
.
n
-cwdouble<Escape>
+cwdouble<Escape>
gg
-/val
-idouble <Escape>
+/val<Enter>
+idouble <Escape> /* in vim <Escape> moves the cursor 1 cell back, hence 2n will not do the right thing */
+fv /* accounts for this cursor is now at the start of "val" */
2n.
-/><Enter>dd /* TODO: Gdd does not work */ \ No newline at end of file
+Gdd
diff --git a/vim/golf/50ad2cb165b8db0002000029/1.keys.broken b/vim/golf/50ad2cb165b8db0002000029/1.keys
index 2697a0b..2697a0b 100644
--- a/vim/golf/50ad2cb165b8db0002000029/1.keys.broken
+++ b/vim/golf/50ad2cb165b8db0002000029/1.keys