Skip to content

Commit fb338da

Browse files
Antonio Scandurrasadick254
Antonio Scandurra
authored andcommitted
Enable default editor keymaps for editors located outside atom-workspace
1 parent 8722495 commit fb338da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keymaps/linux.cson

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
'alt-8': 'pane:show-item-8'
8888
'alt-9': 'pane:show-item-9'
8989

90-
'atom-workspace atom-text-editor':
90+
'atom-text-editor':
9191
# Platform Bindings
9292
'ctrl-left': 'editor:move-to-beginning-of-word'
9393
'ctrl-right': 'editor:move-to-end-of-word'

keymaps/win32.cson

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
'alt-8': 'pane:show-item-8'
9393
'alt-9': 'pane:show-item-9'
9494

95-
'atom-workspace atom-text-editor':
95+
'atom-text-editor':
9696
# Platform Bindings
9797
'ctrl-left': 'editor:move-to-beginning-of-word'
9898
'ctrl-right': 'editor:move-to-end-of-word'

0 commit comments

Comments
 (0)