Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Using Vim like notepad

  1. #11
    Join Date
    Sep 2006
    Beans
    49

    Re: Using Vim like notepad

    John,
    I'd recommend checking out vis. Try 'man vis.' I don't know whether it is installed on Ubuntu or not by default, but it is on FreeBSD.

    Vis is a command line filter program specifically for displaying invisible chars in files, in a visible way.

    Code:
    vis -lt <file>
    The above command will print a file to stdout, and will insert special chars for both tabs and newlines, to show you where they are in the file.

  2. #12
    Join Date
    May 2009
    Beans
    160

    Re: Using Vim like notepad

    Gvim has exactly what you are asking for. You can simply highlight goto edit -> find and replace

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •