aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/vim-mode/docs/scrolling.md
blob: bfd0506844242ae9744c5ccd7cb9348e78e7fd2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## 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)