pulsar: pane movement

This commit is contained in:
2023-10-16 13:24:34 +02:00
parent 2560364ad5
commit 932cb717e4

View File

@@ -47,8 +47,6 @@
'ctrl-alt': 'unset!'# 'datatip:toggle'
'alt-shift': 'datatip:toggle'
'body':
'alt-right': 'pane:show-next-item'
'alt-left': 'pane:show-previous-item'
'alt-.': 'pane:show-next-item'
'alt-,': 'pane:show-previous-item'
'ctrl-tab ^ctrl': 'unset!'
@@ -65,6 +63,8 @@
'ctrl-k ctrl-m': 'window:toggle-bottom-dock'
'ctrl-k ctrl-,': 'window:toggle-right-dock'
'atom-workspace atom-text-editor:not([mini])':
'alt-pagedown': 'window:focus-next-pane'
'alt-pageup': 'window:focus-previous-pane'
'ctrl-up': 'unset!'
'ctrl-down': 'unset!'
'alt-up': 'editor:move-line-up'