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.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/atom/packages/vim-mode/docs/scrolling.md b/atom/packages/vim-mode/docs/scrolling.md
new file mode 100644
index 0000000..348b395
--- /dev/null
+++ b/atom/packages/vim-mode/docs/scrolling.md
@@ -0,0 +1,14 @@
+## 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)