comparison runtime/doc/usr_03.txt @ 23573:e2e2cc5d0856

Update runtime files. Commit: https://github.com/vim/vim/commit/82be4849eed0b8fbee45bc8da99b685ec89af59a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 11 19:40:15 2021 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Jan 2021 19:45:05 +0100
parents d4c7b3e9cd17
children f8116058ca76
comparison
equal deleted inserted replaced
23572:b35e568d74e6 23573:e2e2cc5d0856
48 There is also the "e" command that moves to the next end of a word and "ge", 48 There is also the "e" command that moves to the next end of a word and "ge",
49 which moves to the previous end of a word: 49 which moves to the previous end of a word:
50 50
51 This is a line with example text ~ 51 This is a line with example text ~
52 <----<----x---->------------> 52 <----<----x---->------------>
53 2ge ge e we 53 2ge ge e 2e
54 54
55 If you are at the last word of a line, the "w" command will take you to the 55 If you are at the last word of a line, the "w" command will take you to the
56 first word in the next line. Thus you can use this to move through a 56 first word in the next line. Thus you can use this to move through a
57 paragraph, much faster than using "l". "b" does the same in the other 57 paragraph, much faster than using "l". "b" does the same in the other
58 direction. 58 direction.