Re: [Vimprobable-users] suggested changes to implement zoom commands
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hannes S. <ha...@yl...> - 2013-05-06 13:41:17
|
Marcos Cruz <vim...@pr...> wrote: > > > { "zoomin", zoom,{ZoomIn | ZoomText} }, > > > { "zoomout",zoom,{ZoomOut | ZoomText} }, > > > { "zi",zoom,{ZoomIn | ZoomText} }, > > > { "zo",zoom,{ZoomOut | ZoomText} } Thinking about this, I'd say it might be a good idea to have one command for zooming just text (as above) and one for zooming the complete page (i.e. including images) as well for full flexibility. Would it be clear enough (documented, of course) to have zi/zo zoom just the text and zoomin/zoomout to zoom the complete page? Hannes |