Skip to content

Commit 2ef506a

Browse files
committed
FIX keybindings for project-symbols search command
1 parent c376e5d commit 2ef506a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keymaps/atom-typescript.cson

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# Bindings for file symbols
1313
'.platform-darwin atom-text-editor:not([mini])[data-grammar^="source ts"]':
1414
'cmd-r': 'typescript:toggle-file-symbols'
15-
'cmd-shift-r': 'symbols-view:toggle-project-symbols'
15+
'cmd-shift-r': 'typescript:toggle-project-symbols'
1616

1717
'.platform-win32 atom-text-editor:not([mini])[data-grammar^="source ts"], .platform-linux atom-text-editor:not([mini])[data-grammar^="source ts"]':
1818
'ctrl-r': 'typescript:toggle-file-symbols'
19-
'ctrl-shift-r': 'symbols-view:toggle-project-symbols'
19+
'ctrl-shift-r': 'typescript:toggle-project-symbols'

0 commit comments

Comments
 (0)