Bind meta-S to save as in editor

Close #144
This commit is contained in:
Derek Greentree
2013-01-17 18:31:21 -08:00
committed by Kevin Sawicki
parent f386d5cc4b
commit 176ca529e3
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
'.editor':
'meta-s': 'editor:save'
'meta-S': 'editor:save-as'
'enter': 'editor:newline'
'meta-enter': 'editor:newline-below'
'tab': 'editor:indent'