Re: [Vimprobable-users] [FEATURE] Searchhistory
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hannes S. <ha...@yl...> - 2011-11-09 19:19:13
|
Hi! Daniel Carl <dan...@gm...> wrote: > I like the command history of vimprobable, also if I don't use it > very often. The feture I'd like to use more often would be a history > of last searches like the command history. > For me a solution that allows to use the history in defferent windows > would be prefered. I'm not really interested in that myself, but it would be quite easy to do, equivalent to the command history: When something has been identified as a search term (i.e. in open_arg), append that string to a status file. Retrieve the lines from that file when the command line contains an :open command and cursor up or down are used. Hannes |