diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-19 14:10:13 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-19 14:10:13 +0200 |
| commit | 2e102a11afe9b256f0f9cf5391faf445fd40430a (patch) | |
| tree | fcf8f6f4e2b7832bed9c380bf49bcc491ca06292 /vim/operators | |
| download | vis-2e102a11afe9b256f0f9cf5391faf445fd40430a.tar.gz vis-2e102a11afe9b256f0f9cf5391faf445fd40430a.tar.xz | |
Initial import of test branch from vis repository
Diffstat (limited to 'vim/operators')
| -rw-r--r-- | vim/operators/case/case.in | 1 | ||||
| -rw-r--r-- | vim/operators/case/case.keys | 1 | ||||
| -rw-r--r-- | vim/operators/change/change.in | 1 | ||||
| -rw-r--r-- | vim/operators/change/change.keys | 1 | ||||
| -rw-r--r-- | vim/operators/delete/delete.in | 5 | ||||
| -rw-r--r-- | vim/operators/delete/delete.keys | 2 | ||||
| -rw-r--r-- | vim/operators/join/join.in | 5 | ||||
| -rw-r--r-- | vim/operators/join/join.keys | 1 | ||||
| -rw-r--r-- | vim/operators/put/put.in | 1 | ||||
| -rw-r--r-- | vim/operators/put/put.keys | 1 | ||||
| -rw-r--r-- | vim/operators/shift/shift.in | 2 | ||||
| -rw-r--r-- | vim/operators/shift/shift.keys | 1 | ||||
| -rw-r--r-- | vim/operators/swap/swap.in | 3 | ||||
| -rw-r--r-- | vim/operators/swap/swap.keys | 1 | ||||
| -rw-r--r-- | vim/operators/yank/yank.in | 1 | ||||
| -rw-r--r-- | vim/operators/yank/yank.keys | 1 |
16 files changed, 28 insertions, 0 deletions
diff --git a/vim/operators/case/case.in b/vim/operators/case/case.in new file mode 100644 index 0000000..b952c26 --- /dev/null +++ b/vim/operators/case/case.in @@ -0,0 +1 @@ +Abc diff --git a/vim/operators/case/case.keys b/vim/operators/case/case.keys new file mode 100644 index 0000000..ab6d40b --- /dev/null +++ b/vim/operators/case/case.keys @@ -0,0 +1 @@ +gu gU . diff --git a/vim/operators/change/change.in b/vim/operators/change/change.in new file mode 100644 index 0000000..3b18e51 --- /dev/null +++ b/vim/operators/change/change.in @@ -0,0 +1 @@ +hello world diff --git a/vim/operators/change/change.keys b/vim/operators/change/change.keys new file mode 100644 index 0000000..d9f8937 --- /dev/null +++ b/vim/operators/change/change.keys @@ -0,0 +1 @@ +cwfoo<Escape>w. diff --git a/vim/operators/delete/delete.in b/vim/operators/delete/delete.in new file mode 100644 index 0000000..d9bc611 --- /dev/null +++ b/vim/operators/delete/delete.in @@ -0,0 +1,5 @@ +one two +three four +five six +seven eigth +nine ten diff --git a/vim/operators/delete/delete.keys b/vim/operators/delete/delete.keys new file mode 100644 index 0000000..20bb113 --- /dev/null +++ b/vim/operators/delete/delete.keys @@ -0,0 +1,2 @@ +/two<Enter> +dvjd2j diff --git a/vim/operators/join/join.in b/vim/operators/join/join.in new file mode 100644 index 0000000..8a1218a --- /dev/null +++ b/vim/operators/join/join.in @@ -0,0 +1,5 @@ +1 +2 +3 +4 +5 diff --git a/vim/operators/join/join.keys b/vim/operators/join/join.keys new file mode 100644 index 0000000..2476f31 --- /dev/null +++ b/vim/operators/join/join.keys @@ -0,0 +1 @@ +3J diff --git a/vim/operators/put/put.in b/vim/operators/put/put.in new file mode 100644 index 0000000..bd46cf2 --- /dev/null +++ b/vim/operators/put/put.in @@ -0,0 +1 @@ +one two diff --git a/vim/operators/put/put.keys b/vim/operators/put/put.keys new file mode 100644 index 0000000..5c20233 --- /dev/null +++ b/vim/operators/put/put.keys @@ -0,0 +1 @@ +ywPw3Pw. diff --git a/vim/operators/shift/shift.in b/vim/operators/shift/shift.in new file mode 100644 index 0000000..9c54329 --- /dev/null +++ b/vim/operators/shift/shift.in @@ -0,0 +1,2 @@ +one two + one two diff --git a/vim/operators/shift/shift.keys b/vim/operators/shift/shift.keys new file mode 100644 index 0000000..b157798 --- /dev/null +++ b/vim/operators/shift/shift.keys @@ -0,0 +1 @@ +>>j<< diff --git a/vim/operators/swap/swap.in b/vim/operators/swap/swap.in new file mode 100644 index 0000000..74ec2e7 --- /dev/null +++ b/vim/operators/swap/swap.in @@ -0,0 +1,3 @@ +abc +abc +abc diff --git a/vim/operators/swap/swap.keys b/vim/operators/swap/swap.keys new file mode 100644 index 0000000..cad6d31 --- /dev/null +++ b/vim/operators/swap/swap.keys @@ -0,0 +1 @@ +~l.wV~w2~ diff --git a/vim/operators/yank/yank.in b/vim/operators/yank/yank.in new file mode 100644 index 0000000..bd46cf2 --- /dev/null +++ b/vim/operators/yank/yank.in @@ -0,0 +1 @@ +one two diff --git a/vim/operators/yank/yank.keys b/vim/operators/yank/yank.keys new file mode 100644 index 0000000..9098f4e --- /dev/null +++ b/vim/operators/yank/yank.keys @@ -0,0 +1 @@ +y$P0yyp.. |
