Bug fixes

September 18, 2006

fixed problem where autofocusing on the search box was not setting the mode to ’search’, thus it was still listening to keyboard commands like ‘i’
fixed font color for the comments textarea of the feedback page

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)

Feature requests

September 13, 2006

You can use this post to make feature requests or point out bugs that you find.

 (I’ll update the timestamp so this post will always be near the top)

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

Lots of people

September 8, 2006

Wow!  vi search got around 14k visitors yesterday.  What’s better than that?  We got some great feedback too :)   I’ll work hard to implement some of those features people have suggested.

vi search update

September 7, 2006

added shift-enter to open listing in a new window

added :set bg=white to change the background color to white

vi search blog created

September 7, 2006

Created a blog for vi search to announce updates and get feedback about what features people would like to see.

(I’ll post some update emails that I sent out as we were first developing vi search)

Updates for vi search

August 18, 2006

Made an about page

Added a link to the firefox plugin on the help page

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 10, 2006

Made :h and :help not get blocked by popup blockers:help will now open in a frame next to the results. That way it can be viewed while using visearch.Made tab focus on the search box

When starting to type / or : commands ESC will cancel out of the command