diff options
| -rw-r--r-- | vim/operators/insert/append.in | 1 | ||||
| -rw-r--r-- | vim/operators/insert/append.keys | 3 | ||||
| -rw-r--r-- | vim/operators/insert/insert.in | 1 | ||||
| -rw-r--r-- | vim/operators/insert/insert.keys | 3 |
4 files changed, 8 insertions, 0 deletions
diff --git a/vim/operators/insert/append.in b/vim/operators/insert/append.in new file mode 100644 index 0000000..11f11f9 --- /dev/null +++ b/vim/operators/insert/append.in @@ -0,0 +1 @@ +0123456789 diff --git a/vim/operators/insert/append.keys b/vim/operators/insert/append.keys new file mode 100644 index 0000000..069994f --- /dev/null +++ b/vim/operators/insert/append.keys @@ -0,0 +1,3 @@ +4a#<Escape> +f9 +2. diff --git a/vim/operators/insert/insert.in b/vim/operators/insert/insert.in new file mode 100644 index 0000000..11f11f9 --- /dev/null +++ b/vim/operators/insert/insert.in @@ -0,0 +1 @@ +0123456789 diff --git a/vim/operators/insert/insert.keys b/vim/operators/insert/insert.keys new file mode 100644 index 0000000..efef222 --- /dev/null +++ b/vim/operators/insert/insert.keys @@ -0,0 +1,3 @@ +4i#<Escape> +f9 +2. |
