pulsar: pane movement

This commit is contained in:
Peder Bergebakken Sundt 2023-10-16 13:24:34 +02:00
parent 2560364ad5
commit 932cb717e4
1 changed files with 2 additions and 2 deletions

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'