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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user