Re: [Vimprobable-users] RC file consolidation
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Matt C. <je...@gm...> - 2012-01-24 15:31:41
|
Hi Daniel, Try the following: map q1=:open http://example.com map Q1=:tabopen http://example.com Note the colon after the equal sign, as open/tabopen require it. Regarding quickmarks, I love the feature so I'd prefer not to remove it, although it is true the same could be accomplished via the mapping. On 1/24/12, Daniel Carl <dan...@gm...> wrote: > 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 > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Vimprobable-users mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vimprobable-users > |