What Vim options can I use to edit text that will later go to a word
processor? You can set the following options to edit text that will later go into a word processor:
:set wrap
:set linebreak
:set textwidth=0
:set showbreak=>>>
You can use the ‘gk’ and ‘gj’ commands to move one screen line up and down. For more information, read: ‘wrap’ ‘linebreak’ ‘textwidth’ ‘showbreak’ gk gj
Read free Software Algorithms and Computer Science Books by CodeAhoy Learn.
Introduction to Recursion and Backtracking