Add support for searching using regex
authorJonas Fonseca <fonseca@diku.dk>
Sat, 9 Sep 2006 20:04:36 +0000 (22:04 +0200)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Sat, 9 Sep 2006 20:05:41 +0000 (22:05 +0200)
For commits the title, author, and displayed date string is searchable.
Search text is not highlighted, the current line is simply used to jump
around and show which line matched.

Default keybindings:

'/' search forward
'?' search backward
'n' find next
'N' find previous

Note, this means that '?' no longer displays the help view, just use 'h'.


No differences found