Close all editors in pane with meta-P

This commit is contained in:
Kevin Sawicki
2013-01-08 09:06:20 -08:00
parent fffba45b50
commit 7465ae5052
3 changed files with 20 additions and 0 deletions

View File

@@ -33,3 +33,4 @@
'meta-u': 'editor:upper-case'
'meta-U': 'editor:lower-case'
'alt-meta-w': 'editor:close-other-editors'
'meta-P': 'editor:close-all-editors'