]>
Commit | Line | Data |
---|---|---|
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 | * [<enter>](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 `??`) | |
38 | ||
39 | ## Implemented Text Objects | |
40 | ||
41 | [Vim text objects](http://vimhelp.appspot.com/motion.txt.html#object-select) | |
42 | ||
43 | * ``a "`` ``i "`` | |
44 | * ``a '`` ``i '`` | |
45 | * ``a ``` ``i ``` | |
46 | * ``a (`` ``i (`` | |
47 | * ``a )`` ``i )`` | |
48 | * ``a <`` ``i <`` | |
49 | * ``a >`` ``i >`` | |
50 | * ``a [`` ``i [`` | |
51 | * ``a ]`` ``i ]`` | |
52 | * ``a {`` ``i {`` | |
53 | * ``a }`` ``i }`` | |
54 | * ``a b`` ``i b`` | |
55 | * ``a B`` ``i B`` | |
56 | * ``a p`` ``i p`` | |
57 | * ``a w`` ``i w`` | |
58 | * ``a W`` ``i W`` | |
59 | * ``i t`` |