Added missing speeddating autoload.
[profile.git] / .vim / doc / ykutw.txt
1 *ykutw.txt* Make cw consistent with dw, yw, et al
2
3                 YOU KEEP USING THAT WORD  by Aristotle Pagaltzis
4
5                                                     *you-keep-using-that-word*
6 This plugin removes the |cw| special exception for word motion. It does not do
7 anything else, and it has no configuration options.
8
9
10 ==============================================================================
11 1. Details of operation                                 *ykutw-=* *ykutw-details*
12
13 This plugin adds a new motion "=" which always works just like "|w|", and then
14 redirects any use of the "|w|" motion with the "|c|" command to use this new "="
15 motion instead.
16
17
18 ==============================================================================
19 2. Source                                                        *ykutw-source*
20
21 https://github.com/ap/vim-you-keep-using-that-word
22
23 vim:tw=78:et:ft=help:norl: