Updates

September 13, 2006

implemented #j and #k – moves down or up by #
implemented #dd – deletes # lines
implement . – repeats last non-movement command performed (ie. inserts and deletes)

Updates for vi search

September 8, 2006

  • fixed calculation of header height (the bottom selected listing would be cutoff sometimes when navigating down the list)
  • implemented :set max=x where x is the number of listings to display per search. (note that setting this too high will make searches take longer)
  • :set autofocus and :set noautofocus is a setting that determines whether the cursor is automatically focused on the search box when loading the home page
    changed the default to autofocus

Updates for VI search

August 11, 2006

fixed problem when deleting the last resultfixed problem when attempting to delete more results than exist

renumber results after delete performed. Such that :# goes to the listing with index #

Implemented :clear to clear search your Work in progress, and saved search.

Updates for VI search

August 9, 2006

Implemented :e <query> to search for <query>. You can think of each search you do as a “file”Fixed problem where work in progress was not getting saved correctly

Fixed problem where delete caused the listing selection to disappear

Updates for vi search

August 7, 2006

Added :helpfix clear link for modified searches

notifies the user when a change has been made

gives the option to save or clear the modified results