mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Update keymaps for changed pane command names
This commit is contained in:
@@ -144,9 +144,9 @@
|
||||
'ctrl-k ctrl-9': 'editor:fold-at-indent-level-9'
|
||||
|
||||
'atom-workspace atom-pane':
|
||||
'ctrl-alt-=': 'pane:enlarge'
|
||||
'ctrl-alt--': 'pane:shrink'
|
||||
|
||||
'ctrl-alt-=': 'pane:increase-size'
|
||||
'ctrl-alt--': 'pane:decrease-size'
|
||||
|
||||
# allow standard input fields to work correctly
|
||||
'body .native-key-bindings':
|
||||
'ctrl-z': 'native!'
|
||||
|
||||
@@ -148,8 +148,8 @@
|
||||
'ctrl-k ctrl-9': 'editor:fold-at-indent-level-9'
|
||||
|
||||
'atom-workspace atom-pane':
|
||||
'ctrl-alt-=': 'pane:enlarge'
|
||||
'ctrl-alt--': 'pane:shrink'
|
||||
'ctrl-alt-=': 'pane:increase-size'
|
||||
'ctrl-alt--': 'pane:decrease-size'
|
||||
|
||||
# allow standard input fields to work correctly
|
||||
'body .native-key-bindings':
|
||||
|
||||
Reference in New Issue
Block a user