aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-12 23:18:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-12 23:18:16 +1200
commitfd0d179bbfaaf6470191e053d2c47c3cf926d1d7 (patch)
tree3a1860358b9686a4b2cfd4999d123dd7d132cf0b
parentFirst version (diff)
downloadvim-scroll-next-fd0d179bbfaaf6470191e053d2c47c3cf926d1d7.tar.gz
vim-scroll-next-fd0d179bbfaaf6470191e053d2c47c3cf926d1d7.zip
Switch to two-spacing
-rw-r--r--README.md4
-rw-r--r--doc/scroll_next.txt10
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index b2f1bc0..b36c12e 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,13 @@ 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
+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.
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
See `:help license`.
[1]: https://sanctum.geek.nz/
diff --git a/doc/scroll_next.txt b/doc/scroll_next.txt
index 0aabaf9..c53bbfb 100644
--- a/doc/scroll_next.txt
+++ b/doc/scroll_next.txt
@@ -6,20 +6,20 @@ 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
+tapping one key. The author likes to use it for reading several buffers on
limited keyboards, such as a mobile phone terminal client.
REQUIREMENTS *scroll_next-requirements*
-This plugin only loads if 'compatible' is not set. It works on |version6| and
-newer. If you have |version7| then you don't have to hit the last line of the
+This plugin only loads if 'compatible' is not set. It works on |version6| and
+newer. If you have |version7| then you don't have to hit the last line of the
buffer; it just has to be visible in the window.
MAPPINGS *scroll_next-mappings*
*<Plug>(ScrollNext)*
-The single normal mode mapping target is `<Plug>(ScrollNext)`. There is no
-default key mapping; you should define one yourself in your |vimrc|. For
+The single normal mode mapping target is `<Plug>(ScrollNext)`. There is no
+default key mapping; you should define one yourself in your |vimrc|. For
example:
>
nmap <Space> <Plug>(ScrollNext)