How do I jump to beginning or end of a sentence, paragraph or a section?
You can use the following motion commands to jump to the beginning or end of a sentence or a paragraph or a section:
motion position where
------ --------- -----------------
( beginning current sentence
) end current sentence
{ beginning current paragraph
} end current paragraph
[] end previous section
[[ beginning current section
][ end current section
]] beginning next section
Read free Software Algorithms and Computer Science Books by CodeAhoy Learn.
Introduction to Recursion and Backtracking