aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/vim-mode/docs/scrolling.md
diff options
context:
space:
mode:
Diffstat (limited to 'atom/packages/vim-mode/docs/scrolling.md')
-rw-r--r--atom/packages/vim-mode/docs/scrolling.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/atom/packages/vim-mode/docs/scrolling.md b/atom/packages/vim-mode/docs/scrolling.md
deleted file mode 100644
index bfd0506..0000000
--- a/atom/packages/vim-mode/docs/scrolling.md
+++ /dev/null
@@ -1,16 +0,0 @@
-## Implemented Scrolling Commands
-
-* [ctrl-e](http://vimhelp.appspot.com/scroll.txt.html#CTRL-E)
-* [ctrl-y](http://vimhelp.appspot.com/scroll.txt.html#CTRL-Y)
-* [ctrl-f](http://vimhelp.appspot.com/scroll.txt.html#CTRL-F)
-* [ctrl-b](http://vimhelp.appspot.com/scroll.txt.html#CTRL-B)
-* [ctrl-u](http://vimhelp.appspot.com/scroll.txt.html#CTRL-U)
-* [ctrl-d](http://vimhelp.appspot.com/scroll.txt.html#CTRL-D)
-* [z enter](http://vimhelp.appspot.com/scroll.txt.html#z%3CCR%3E)
-* [zt](http://vimhelp.appspot.com/scroll.txt.html#zt)
-* [z.](http://vimhelp.appspot.com/scroll.txt.html#z.)
-* [zz](http://vimhelp.appspot.com/scroll.txt.html#zz)
-* [z-](http://vimhelp.appspot.com/scroll.txt.html#z-)
-* [zb](http://vimhelp.appspot.com/scroll.txt.html#zb)
-* [zs](http://vimhelp.appspot.com/scroll.txt.html#zs)
-* [ze](http://vimhelp.appspot.com/scroll.txt.html#ze)