meta-} goes to next buffer

This commit is contained in:
Corey Johnson
2012-04-11 13:41:19 -07:00
parent 4bdc908b98
commit bf367863ba
3 changed files with 36 additions and 4 deletions

View File

@@ -30,4 +30,5 @@ window.keymap.bindKeys '.editor',
'alt-meta-up': 'split-up'
'alt-meta-down': 'split-down'
'meta-[': 'outdent-selected-rows'
'meta-]': 'indent-selected-rows'
'meta-]': 'indent-selected-rows'
'meta-}': 'show-next-buffer'