mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-23 22:55:29 +03:00
[keymaps] Rename A[a]tom -> P[p]ulsar
This commit is contained in:
parent
b6ac438d39
commit
08b1cb461c
@ -6,7 +6,7 @@
|
||||
'shift-end': 'editor:select-to-end-of-line'
|
||||
|
||||
'atom-text-editor:not([mini])':
|
||||
# Atom Specific
|
||||
# Pulsar Specific
|
||||
'ctrl-shift-c': 'editor:copy-path'
|
||||
'alt-up': 'editor:select-larger-syntax-node'
|
||||
'alt-down': 'editor:select-smaller-syntax-node'
|
||||
|
@ -17,7 +17,7 @@
|
||||
'ctrl-h': 'core:backspace'
|
||||
'ctrl-d': 'core:delete'
|
||||
|
||||
# Atom Specific
|
||||
# Pulsar Specific
|
||||
'enter': 'core:confirm'
|
||||
'escape': 'core:cancel'
|
||||
'up': 'core:move-up'
|
||||
@ -83,12 +83,12 @@
|
||||
'cmd--': 'window:decrease-font-size'
|
||||
'cmd-0': 'window:reset-font-size'
|
||||
|
||||
'cmd-k up': 'pane:split-up-and-copy-active-item' # Atom Specific
|
||||
'cmd-k down': 'pane:split-down-and-copy-active-item' # Atom Specific
|
||||
'cmd-k left': 'pane:split-left-and-copy-active-item' # Atom Specific
|
||||
'cmd-k right': 'pane:split-right-and-copy-active-item' # Atom Specific
|
||||
'cmd-k cmd-w': 'pane:close' # Atom Specific
|
||||
'cmd-k alt-cmd-w': 'pane:close-other-items' # Atom Specific
|
||||
'cmd-k up': 'pane:split-up-and-copy-active-item' # Pulsar Specific
|
||||
'cmd-k down': 'pane:split-down-and-copy-active-item' # Pulsar Specific
|
||||
'cmd-k left': 'pane:split-left-and-copy-active-item' # Pulsar Specific
|
||||
'cmd-k right': 'pane:split-right-and-copy-active-item' # Pulsar Specific
|
||||
'cmd-k cmd-w': 'pane:close' # Pulsar Specific
|
||||
'cmd-k alt-cmd-w': 'pane:close-other-items' # Pulsar Specific
|
||||
'cmd-k cmd-p': 'window:focus-previous-pane'
|
||||
'cmd-k cmd-n': 'window:focus-next-pane'
|
||||
'cmd-k cmd-up': 'window:focus-pane-above'
|
||||
@ -128,7 +128,7 @@
|
||||
'ctrl-e': 'editor:move-to-end-of-line'
|
||||
'ctrl-k': 'editor:cut-to-end-of-line'
|
||||
|
||||
# Atom Specific
|
||||
# Pulsar Specific
|
||||
'ctrl-shift-w': 'editor:select-word'
|
||||
'cmd-ctrl-left': 'editor:move-selection-left'
|
||||
'cmd-ctrl-right': 'editor:move-selection-right'
|
||||
@ -163,7 +163,7 @@
|
||||
'ctrl-alt-delete': 'editor:delete-to-end-of-subword'
|
||||
|
||||
'atom-workspace atom-text-editor:not([mini])':
|
||||
# Atom specific
|
||||
# Pulsar specific
|
||||
'alt-cmd-z': 'editor:checkout-head-revision'
|
||||
'cmd-<': 'editor:scroll-to-cursor'
|
||||
'alt-cmd-ctrl-f': 'editor:fold-selection'
|
||||
@ -186,8 +186,8 @@
|
||||
|
||||
'cmd-alt-[': 'editor:fold-current-row'
|
||||
'cmd-alt-]': 'editor:unfold-current-row'
|
||||
'cmd-alt-{': 'editor:fold-all' # Atom Specific
|
||||
'cmd-alt-}': 'editor:unfold-all' # Atom Specific
|
||||
'cmd-alt-{': 'editor:fold-all' # Pulsar Specific
|
||||
'cmd-alt-}': 'editor:unfold-all' # Pulsar Specific
|
||||
'cmd-k cmd-0': 'editor:unfold-all'
|
||||
'cmd-k cmd-1': 'editor:fold-at-indent-level-1'
|
||||
'cmd-k cmd-2': 'editor:fold-at-indent-level-2'
|
||||
|
@ -1,5 +1,5 @@
|
||||
'body':
|
||||
# Atom Specific
|
||||
# Pulsar Specific
|
||||
'enter': 'core:confirm'
|
||||
'escape': 'core:cancel'
|
||||
'up': 'core:move-up'
|
||||
@ -65,12 +65,12 @@
|
||||
'ctrl-_': 'window:decrease-font-size'
|
||||
'ctrl-0': 'window:reset-font-size'
|
||||
|
||||
'ctrl-k up': 'pane:split-up-and-copy-active-item' # Atom Specific
|
||||
'ctrl-k down': 'pane:split-down-and-copy-active-item' # Atom Specific
|
||||
'ctrl-k left': 'pane:split-left-and-copy-active-item' # Atom Specific
|
||||
'ctrl-k right': 'pane:split-right-and-copy-active-item' # Atom Specific
|
||||
'ctrl-k ctrl-w': 'pane:close' # Atom Specific
|
||||
'ctrl-k ctrl-alt-w': 'pane:close-other-items' # Atom Specific
|
||||
'ctrl-k up': 'pane:split-up-and-copy-active-item' # Pulsar Specific
|
||||
'ctrl-k down': 'pane:split-down-and-copy-active-item' # Pulsar Specific
|
||||
'ctrl-k left': 'pane:split-left-and-copy-active-item' # Pulsar Specific
|
||||
'ctrl-k right': 'pane:split-right-and-copy-active-item' # Pulsar Specific
|
||||
'ctrl-k ctrl-w': 'pane:close' # Pulsar Specific
|
||||
'ctrl-k ctrl-alt-w': 'pane:close-other-items' # Pulsar Specific
|
||||
'ctrl-k ctrl-p': 'window:focus-previous-pane'
|
||||
'ctrl-k ctrl-n': 'window:focus-next-pane'
|
||||
'ctrl-k ctrl-up': 'window:focus-pane-above'
|
||||
@ -114,7 +114,7 @@
|
||||
'ctrl-l': 'editor:select-line'
|
||||
|
||||
'atom-workspace atom-text-editor:not([mini])':
|
||||
# Atom specific
|
||||
# Pulsar specific
|
||||
'ctrl-<': 'editor:scroll-to-cursor'
|
||||
'ctrl-alt-shift-[': 'editor:fold-selection'
|
||||
|
||||
@ -133,8 +133,8 @@
|
||||
|
||||
'ctrl-alt-[': 'editor:fold-current-row'
|
||||
'ctrl-alt-]': 'editor:unfold-current-row'
|
||||
'ctrl-alt-{': 'editor:fold-all' # Atom Specific
|
||||
'ctrl-alt-}': 'editor:unfold-all' # Atom Specific
|
||||
'ctrl-alt-{': 'editor:fold-all' # Pulsar Specific
|
||||
'ctrl-alt-}': 'editor:unfold-all' # Pulsar Specific
|
||||
'ctrl-k ctrl-0': 'editor:unfold-all'
|
||||
'ctrl-k ctrl-1': 'editor:fold-at-indent-level-1'
|
||||
'ctrl-k ctrl-2': 'editor:fold-at-indent-level-2'
|
||||
|
@ -3,7 +3,7 @@
|
||||
'ctrl-pageup': 'pane:show-previous-item'
|
||||
'ctrl-pagedown': 'pane:show-next-item'
|
||||
|
||||
# Atom Specific
|
||||
# Pulsar Specific
|
||||
'enter': 'core:confirm'
|
||||
'escape': 'core:cancel'
|
||||
'up': 'core:move-up'
|
||||
@ -70,12 +70,12 @@
|
||||
'ctrl-_': 'window:decrease-font-size'
|
||||
'ctrl-0': 'window:reset-font-size'
|
||||
|
||||
'ctrl-k up': 'pane:split-up-and-copy-active-item' # Atom Specific
|
||||
'ctrl-k down': 'pane:split-down-and-copy-active-item' # Atom Specific
|
||||
'ctrl-k left': 'pane:split-left-and-copy-active-item' # Atom Specific
|
||||
'ctrl-k right': 'pane:split-right-and-copy-active-item' # Atom Specific
|
||||
'ctrl-k ctrl-w': 'pane:close' # Atom Specific
|
||||
'ctrl-k ctrl-alt-w': 'pane:close-other-items' # Atom Specific
|
||||
'ctrl-k up': 'pane:split-up-and-copy-active-item' # Pulsar Specific
|
||||
'ctrl-k down': 'pane:split-down-and-copy-active-item' # Pulsar Specific
|
||||
'ctrl-k left': 'pane:split-left-and-copy-active-item' # Pulsar Specific
|
||||
'ctrl-k right': 'pane:split-right-and-copy-active-item' # Pulsar Specific
|
||||
'ctrl-k ctrl-w': 'pane:close' # Pulsar Specific
|
||||
'ctrl-k ctrl-alt-w': 'pane:close-other-items' # Pulsar Specific
|
||||
'ctrl-k ctrl-p': 'window:focus-previous-pane'
|
||||
'ctrl-k ctrl-n': 'window:focus-next-pane'
|
||||
'ctrl-k ctrl-up': 'window:focus-pane-above'
|
||||
@ -119,7 +119,7 @@
|
||||
'ctrl-l': 'editor:select-line'
|
||||
|
||||
'atom-workspace atom-text-editor:not([mini])':
|
||||
# Atom specific
|
||||
# Pulsar specific
|
||||
'ctrl-<': 'editor:scroll-to-cursor'
|
||||
'ctrl-alt-shift-[': 'editor:fold-selection'
|
||||
|
||||
@ -136,8 +136,8 @@
|
||||
|
||||
'ctrl-alt-[': 'editor:fold-current-row'
|
||||
'ctrl-alt-]': 'editor:unfold-current-row'
|
||||
'ctrl-alt-{': 'editor:fold-all' # Atom Specific
|
||||
'ctrl-alt-}': 'editor:unfold-all' # Atom Specific
|
||||
'ctrl-alt-{': 'editor:fold-all' # Pulsar Specific
|
||||
'ctrl-alt-}': 'editor:unfold-all' # Pulsar Specific
|
||||
'ctrl-k ctrl-0': 'editor:unfold-all'
|
||||
'ctrl-k ctrl-1': 'editor:fold-at-indent-level-1'
|
||||
'ctrl-k ctrl-2': 'editor:fold-at-indent-level-2'
|
||||
|
Loading…
Reference in New Issue
Block a user