aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b2f1bc0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+scroll\_next.vim
+================
+
+This plugin provides a mapping target that scrolls through the current buffer
+with `PageDown` while the final line of the buffer is not visible in the
+window, and `:next` to move to the next file in the argument list when it is.
+It's therefore a lazy way to read several buffers in sequence while just
+tapping one key. The author likes to use it for reading several buffers on
+limited keyboards, such as a mobile phone terminal client.
+
+License
+-------
+
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+See `:help license`.
+
+[1]: https://sanctum.geek.nz/