aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/operators/join/count.in (renamed from vim/operators/join/join.in)0
-rw-r--r--vim/operators/join/count.keys (renamed from vim/operators/join/join.keys)0
-rw-r--r--vim/operators/join/empty.in9
-rw-r--r--vim/operators/join/empty.keys6
-rw-r--r--vim/operators/join/visual-line.in9
-rw-r--r--vim/operators/join/visual-line.keys3
-rw-r--r--vim/operators/join/visual.in9
-rw-r--r--vim/operators/join/visual.keys4
-rw-r--r--vim/operators/join/whitespace.in11
-rw-r--r--vim/operators/join/whitespace.keys6
10 files changed, 57 insertions, 0 deletions
diff --git a/vim/operators/join/join.in b/vim/operators/join/count.in
index 8a1218a..8a1218a 100644
--- a/vim/operators/join/join.in
+++ b/vim/operators/join/count.in
diff --git a/vim/operators/join/join.keys b/vim/operators/join/count.keys
index 2476f31..2476f31 100644
--- a/vim/operators/join/join.keys
+++ b/vim/operators/join/count.keys
diff --git a/vim/operators/join/empty.in b/vim/operators/join/empty.in
new file mode 100644
index 0000000..e3c0074
--- /dev/null
+++ b/vim/operators/join/empty.in
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/vim/operators/join/empty.keys b/vim/operators/join/empty.keys
new file mode 100644
index 0000000..56d5cc4
--- /dev/null
+++ b/vim/operators/join/empty.keys
@@ -0,0 +1,6 @@
+j
+J
+J
+J
+J
+J \ No newline at end of file
diff --git a/vim/operators/join/visual-line.in b/vim/operators/join/visual-line.in
new file mode 100644
index 0000000..1f2114a
--- /dev/null
+++ b/vim/operators/join/visual-line.in
@@ -0,0 +1,9 @@
+1
+2
+3
+4
+5
+6
+7
+9
+10
diff --git a/vim/operators/join/visual-line.keys b/vim/operators/join/visual-line.keys
new file mode 100644
index 0000000..eab6f6c
--- /dev/null
+++ b/vim/operators/join/visual-line.keys
@@ -0,0 +1,3 @@
+jV2jJ
+/6<Enter>
+VJ \ No newline at end of file
diff --git a/vim/operators/join/visual.in b/vim/operators/join/visual.in
new file mode 100644
index 0000000..18a208e
--- /dev/null
+++ b/vim/operators/join/visual.in
@@ -0,0 +1,9 @@
+first
+second
+third
+fourth
+fifth
+sixth
+seventh
+eighth
+ninth
diff --git a/vim/operators/join/visual.keys b/vim/operators/join/visual.keys
new file mode 100644
index 0000000..f8295ee
--- /dev/null
+++ b/vim/operators/join/visual.keys
@@ -0,0 +1,4 @@
+/c<Enter>
+v2gjJ
+/x<Enter>
+v2gjgJ
diff --git a/vim/operators/join/whitespace.in b/vim/operators/join/whitespace.in
new file mode 100644
index 0000000..bcb94fb
--- /dev/null
+++ b/vim/operators/join/whitespace.in
@@ -0,0 +1,11 @@
+
+non empty preceding line
+ join
+
+non empty preceding line white trailing white space
+ join
+
+empty preceding line
+
+ join
+
diff --git a/vim/operators/join/whitespace.keys b/vim/operators/join/whitespace.keys
new file mode 100644
index 0000000..74a030a
--- /dev/null
+++ b/vim/operators/join/whitespace.keys
@@ -0,0 +1,6 @@
+/join<Enter>
+k$J
+2n
+k$J
+n
+k$J