aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--screencast.gifbin0 -> 257824 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3eedcf..4b4eeb8 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,15 @@ These can be set with `m[a-z]`, e.g. `ma` sets mark `a` and this plugin would
7display its line and you can jump to that line with ```a``. Captital letters 7display its line and you can jump to that line with ```a``. Captital letters
8even allow jumps between files and session persistent marks. 8even allow jumps between files and session persistent marks.
9 9
10![screencast](screencast.gif)
11
10Chances are that you have learned only some of the marks Vim has to offer. This 12Chances are that you have learned only some of the marks Vim has to offer. This
11plugin will remember you to use more and once you have that on disk you can 13plugin will remember you to use more and once you have that on disk you can
12always deinstall it again. 14always deinstall it again.
13 15
14 16
17
18
15## Prerequirements 19## Prerequirements
16 20
17I recommend you use this in your `~/.vim/vimrc` 21I recommend you use this in your `~/.vim/vimrc`
diff --git a/screencast.gif b/screencast.gif
new file mode 100644
index 0000000..618e8b8
--- /dev/null
+++ b/screencast.gif
Binary files differ
..