add keymaps for pane:shrink and pane:enlarge commands.

This commit is contained in:
liuxiong332
2015-06-21 13:07:30 +08:00
committed by Kevin Sawicki
parent b4109715df
commit ccccc9657c
3 changed files with 12 additions and 0 deletions

View File

@@ -143,6 +143,10 @@
'ctrl-k ctrl-8': 'editor:fold-at-indent-level-8'
'ctrl-k ctrl-9': 'editor:fold-at-indent-level-9'
'atom-workspace atom-pane':
'ctrl-alt-=': 'pane:enlarge'
'ctrl-alt--': 'pane:shrink'
# allow standard input fields to work correctly
'body .native-key-bindings':
'ctrl-z': 'native!'