diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-17 13:36:54 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-17 13:36:54 +0100 |
| commit | 930cf2ab0b872539c59e7702042692f7638d4e89 (patch) | |
| tree | 1a11d5770310a3ed30874c882a09219bf929d532 /vis/visual-mode | |
| parent | 1c4b748a508552358d5654412389636029257c29 (diff) | |
test/vis: add some more tests
Diffstat (limited to 'vis/visual-mode')
| -rw-r--r-- | vis/visual-mode/orientation.in | 1 | ||||
| -rw-r--r-- | vis/visual-mode/orientation.keys | 8 | ||||
| -rw-r--r-- | vis/visual-mode/orientation.ref | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/vis/visual-mode/orientation.in b/vis/visual-mode/orientation.in new file mode 100644 index 0000000..84a8a20 --- /dev/null +++ b/vis/visual-mode/orientation.in @@ -0,0 +1 @@ + { { = } } diff --git a/vis/visual-mode/orientation.keys b/vis/visual-mode/orientation.keys new file mode 100644 index 0000000..5af0d83 --- /dev/null +++ b/vis/visual-mode/orientation.keys @@ -0,0 +1,8 @@ +f= +v2i{ +<Escape> +i<<Escape> +gv +o +<Escape> +a><Escape> diff --git a/vis/visual-mode/orientation.ref b/vis/visual-mode/orientation.ref new file mode 100644 index 0000000..f2da79c --- /dev/null +++ b/vis/visual-mode/orientation.ref @@ -0,0 +1 @@ + { > { = } < } |
