mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-23 22:55:29 +03:00
Add keymaps
This commit is contained in:
parent
a8c4943d91
commit
c8b4129b31
@ -135,6 +135,12 @@
|
||||
'cmd-k cmd-l': 'editor:lower-case'
|
||||
'cmd-l': 'editor:select-line'
|
||||
'ctrl-t': 'editor:transpose'
|
||||
'ctrl-alt-left': 'editor:move-to-previous-subword-boundary'
|
||||
'ctrl-alt-right': 'editor:move-to-next-subword-boundary'
|
||||
'ctrl-alt-shift-left': 'editor:select-to-previous-subword-boundary'
|
||||
'ctrl-alt-shift-right': 'editor:select-to-next-subword-boundary'
|
||||
'ctrl-alt-backspace': 'editor:delete-to-beginning-of-subword'
|
||||
'ctrl-alt-delete': 'editor:delete-to-end-of-subword'
|
||||
|
||||
'atom-workspace atom-text-editor:not([mini])':
|
||||
# Atom specific
|
||||
|
@ -93,6 +93,12 @@
|
||||
'ctrl-end': 'core:move-to-bottom'
|
||||
'ctrl-shift-home': 'core:select-to-top'
|
||||
'ctrl-shift-end': 'core:select-to-bottom'
|
||||
'alt-left': 'editor:move-to-previous-subword-boundary'
|
||||
'alt-right': 'editor:move-to-next-subword-boundary'
|
||||
'alt-shift-left': 'editor:select-to-previous-subword-boundary'
|
||||
'alt-shift-right': 'editor:select-to-next-subword-boundary'
|
||||
'alt-backspace': 'editor:delete-to-beginning-of-subword'
|
||||
'alt-delete': 'editor:delete-to-end-of-subword'
|
||||
|
||||
# Sublime Parity
|
||||
'ctrl-a': 'core:select-all'
|
||||
|
@ -90,6 +90,12 @@
|
||||
'ctrl-end': 'core:move-to-bottom'
|
||||
'ctrl-shift-home': 'core:select-to-top'
|
||||
'ctrl-shift-end': 'core:select-to-bottom'
|
||||
'alt-left': 'editor:move-to-previous-subword-boundary'
|
||||
'alt-right': 'editor:move-to-next-subword-boundary'
|
||||
'alt-shift-left': 'editor:select-to-previous-subword-boundary'
|
||||
'alt-shift-right': 'editor:select-to-next-subword-boundary'
|
||||
'alt-backspace': 'editor:delete-to-beginning-of-subword'
|
||||
'alt-delete': 'editor:delete-to-end-of-subword'
|
||||
|
||||
# Sublime Parity
|
||||
'ctrl-a': 'core:select-all'
|
||||
|
Loading…
Reference in New Issue
Block a user