ex editor

  1. DrJuanNadie

    ex/vi/nvi editor: .exrc file (config file) advanced topics (undocumented?): Adding comments, escaping the pipe, mapping key combinations

    This config file is usually located in your home directory: /home/user_name/.exrc Let's use my actual .exrc file for reference: Comments: Any line that begins with a double quote (or blank spaces + double quote) is treated as a comment. Escaping command separators (pipes '|'): The command...
  2. DrJuanNadie

    Learning to use the ex/vi editor and writing a novel with it

    I'm learning ex/vi as deeply as I can (little by little) and it's fascinating how powerful the little program is. I'm writing a novel, and yesterday I wrote for the first time using vi. Afterward I pasted the resulting fragment in MS Word, because my novel includes a complex index that you...
Back
Top