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

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind