1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 21:04:12 +01:00

remove FIXME comment - allowing the "zz" mapping to use its count as the zoom

value rather than an arg is the same as "gg", "G" and others in Vim
This commit is contained in:
Doug Kearns
2007-08-19 10:54:45 +00:00
parent 12d4efde86
commit 86913712ed

View File

@@ -669,7 +669,6 @@ function Mappings() //{{{
}
));
addDefaultMap(new Map(vimperator.modes.NORMAL, ["zz"],
// FIXME: does it make sense to use count for this? Just use it for returning to 100%?
function(count) { vimperator.buffer.textZoom = count > 1 ? count : 100; },
{
short_help: "Set zoom value of the web page",