Re: [Vimprobable-users] RC file consolidation
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2012-01-24 10:16:57
|
Hi! On Sun, Jan 15, 2012 at 04:34:36PM +0100, Hannes Schüller wrote: > as far as possible). Nevertheless, so far, the consensus seemed to be to > merge it. So this is the last chance for major protest. > > Hannes In my opinion the merge of searchengines and the previous vimprobablerc is a good solution, because there are not as many searchengines that we have to consider the memory consumption, when parsing the new consolidated vimprobablerc file at startup. Maybe we can reduce the code complexity and number of files by removing the quickmark feature. I think we can use an modified 'map' to allow something like this in vimprobablerc to have the same feature in a more generic way: map q1=open http://foo.bar.baz/path_to_file map Q1=tabopen http://foo.bar.baz/path_to_file With this mapping a user can create much more quickmarks as by the current implementation. But for now this mapping doesn't work. Daniel |