diff --git a/example.txt b/example.txt new file mode 100644 index 000000000..c5983300e --- /dev/null +++ b/example.txt @@ -0,0 +1,6 @@ + + + +0 ^ fi t) 4fi g_ $ +│ │ │ │ │ │ │ + x = (name_1,vision_3); #this is a comment. diff --git a/multi/blog/Learn-Vim-Progressively.md b/multi/blog/Learn-Vim-Progressively.md index fcc0b5f51..84bbb0a80 100644 --- a/multi/blog/Learn-Vim-Progressively.md +++ b/multi/blog/Learn-Vim-Progressively.md @@ -367,8 +367,8 @@ fr: ### Déplacement sur la ligne : `0` `^` `$` `f` `F` `t` `T` `,` `;` en: > - `0` → go to column 0 en: > - `^` → go to first character on the line -en: > - `$` → go to the last character on the line -en: > - `g_` → go to the last column of the line +en: > - `$` → go to the last column +en: > - `g_` → go to the last character on the line en: > - `fa` → go to next occurrence of the letter `a` on the line. `,` (resp. `;`) will seek for the next (resp. previous) occurrence. en: > - `t,` → go just before the character `,`. en: > - `3fa` → search the 3rd occurrence of `a` on this line. diff --git a/output/Scratch/img/blog/Learn-Vim-Progressively/line_moves.jpg b/output/Scratch/img/blog/Learn-Vim-Progressively/line_moves.jpg index 7289ea739..225c878b3 100644 Binary files a/output/Scratch/img/blog/Learn-Vim-Progressively/line_moves.jpg and b/output/Scratch/img/blog/Learn-Vim-Progressively/line_moves.jpg differ diff --git a/output/Scratch/img/blog/Learn-Vim-Progressively/line_moves.txt b/output/Scratch/img/blog/Learn-Vim-Progressively/line_moves.txt index c78711d3b..c5983300e 100644 --- a/output/Scratch/img/blog/Learn-Vim-Progressively/line_moves.txt +++ b/output/Scratch/img/blog/Learn-Vim-Progressively/line_moves.txt @@ -1,6 +1,6 @@ -0 ^ fi t) 4fi $ g_ -│ │ │ │ │ │ │ - x = (name_1,vision_3); #this is a comment. +0 ^ fi t) 4fi g_ $ +│ │ │ │ │ │ │ + x = (name_1,vision_3); #this is a comment.