Meta+ and meta- change the editor font size

This commit is contained in:
Nathan Sobo
2012-05-09 10:57:25 -06:00
parent f2f44b9ab6
commit 5b7ea95a11
3 changed files with 17 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ window.keymap.bindKeys '*'
'meta-s': 'save'
'meta-w': 'close'
'alt-meta-i': 'show-console'
'meta-+': 'increase-font-size'
'meta--': 'decrease-font-size'
right: 'move-right'
left: 'move-left'