]> git.r.bdr.sh - rbdr/dotfiles/blame - atom/packages/vim-mode/docs/motions.md
Adds atom
[rbdr/dotfiles] / atom / packages / vim-mode / docs / motions.md
CommitLineData
24c7594d
BB
1## Implemented Motions
2
3* [w](http://vimhelp.appspot.com/motion.txt.html#w)
4* [W](http://vimhelp.appspot.com/motion.txt.html#W)
5* [e](http://vimhelp.appspot.com/motion.txt.html#e)
6* [E](http://vimhelp.appspot.com/motion.txt.html#E)
7* [b](http://vimhelp.appspot.com/motion.txt.html#b)
8* [B](http://vimhelp.appspot.com/motion.txt.html#B)
9* [h](http://vimhelp.appspot.com/motion.txt.html#h)
10* [j](http://vimhelp.appspot.com/motion.txt.html#j)
11* [k](http://vimhelp.appspot.com/motion.txt.html#k)
12* [l](http://vimhelp.appspot.com/motion.txt.html#l)
13* [{](http://vimhelp.appspot.com/motion.txt.html#%7B)
14* [}](http://vimhelp.appspot.com/motion.txt.html#%7D)
15* [^](http://vimhelp.appspot.com/motion.txt.html#%5E)
16* [$](http://vimhelp.appspot.com/motion.txt.html#%24)
17* [0](http://vimhelp.appspot.com/motion.txt.html#0)
18* [-](http://vimhelp.appspot.com/motion.txt.html#-)
19* [+](http://vimhelp.appspot.com/motion.txt.html#+)
20* [_](http://vimhelp.appspot.com/motion.txt.html#_)
21* [&lt;enter&gt;](http://vimhelp.appspot.com/motion.txt.html#<CR>)
22* [gg](http://vimhelp.appspot.com/motion.txt.html#gg)
23* [G](http://vimhelp.appspot.com/motion.txt.html#G)
24* [gt](http://vimhelp.appspot.com/tabpage.txt.html#gt)
25* [gT](http://vimhelp.appspot.com/tabpage.txt.html#gT)
26* [H](http://vimhelp.appspot.com/motion.txt.html#H)
27* [L](http://vimhelp.appspot.com/motion.txt.html#L)
28* [M](http://vimhelp.appspot.com/motion.txt.html#M)
29* ['[a-z][A-Z]](http://vimhelp.appspot.com/motion.txt.html#%27)
30* [`[a-z][A-Z]](http://vimhelp.appspot.com/motion.txt.html#%27)
31* [f](http://vimhelp.appspot.com/motion.txt.html#f)
32* [F](http://vimhelp.appspot.com/motion.txt.html#F)
33* [t](http://vimhelp.appspot.com/motion.txt.html#t)
34* [T](http://vimhelp.appspot.com/motion.txt.html#T)
35* [;](http://vimhelp.appspot.com/motion.txt.html#%3B)
36* [,](http://vimhelp.appspot.com/motion.txt.html#%2C)
37* [/ and ?](http://vimhelp.appspot.com/pattern.txt.html#search-commands) (including `//` and `??`)