aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ext
diff options
context:
space:
mode:
Diffstat (limited to 'core/ext')
-rw-r--r--core/ext/key_commands.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua
index 70357a5a..7150be0c 100644
--- a/core/ext/key_commands.lua
+++ b/core/ext/key_commands.lua
@@ -254,6 +254,7 @@ if not MAC then
-- TODO: { function() view.size = view.size + 10 end }
-- TODO: { function() view.size = view.size - 10 end }
}
+ keys.c0 = { function() buffer.zoom = 0 end }
-- Miscellaneous not in standard menu.
-- Recent files.
@@ -417,6 +418,7 @@ else
-- TODO: { function() view.size = view.size + 10 end }
-- TODO: { function() view.size = view.size - 10 end }
}
+ keys.c0 = { function() buffer.zoom = 0 end }
-- Miscellaneous not in standard menu.
-- Recent files.