618 bytes added,
5 years ago Deplacements
------------
{| {{table}}
!command
!meaning
!description
|-
|w
|word
|move to next word
|-
|W
|Word
|move to the next word (broad sens)
|-
|b
|begin
|move to the previous word beginning
|-
|B
|Begin
|move to the previous word beginning (broad sense)
|-
|e
|end
|move to the next word end
|-
|E
|End
|move to the next word end (broad sense)
|-
|<nowiki>{</nowiki>
|
|move to the previous blank line
|-
|<nowiki>}</nowiki>
|move to the next blank line
|-
|f<char>
|fetch
|move to the next occurrence of the character <char>
|-
|F<char>
|Fetch
|move to the previous occurrence of the character <char>
|-
|}