Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Enable default editor keymaps for editors located outside atom-workspace #16206

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion keymaps/linux.cson
Expand Up @@ -87,7 +87,7 @@
'alt-8': 'pane:show-item-8'
'alt-9': 'pane:show-item-9'

'atom-workspace atom-text-editor':
'atom-text-editor':
# Platform Bindings
'ctrl-left': 'editor:move-to-beginning-of-word'
'ctrl-right': 'editor:move-to-end-of-word'
Expand Down
2 changes: 1 addition & 1 deletion keymaps/win32.cson
Expand Up @@ -92,7 +92,7 @@
'alt-8': 'pane:show-item-8'
'alt-9': 'pane:show-item-9'

'atom-workspace atom-text-editor':
'atom-text-editor':
# Platform Bindings
'ctrl-left': 'editor:move-to-beginning-of-word'
'ctrl-right': 'editor:move-to-end-of-word'
Expand Down