Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Don't use ctrl-alt-up/down on Windows
Browse files Browse the repository at this point in the history
These should default to add selection above/below.

This can be added back once a unused keybinding is found that makes
sense for this command
  • Loading branch information
kevinsawicki committed Jun 2, 2014
1 parent ff265c1 commit f18205e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion keymaps/symbols-view.cson
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
'cmd-alt-down': 'symbols-view:go-to-declaration' 'cmd-alt-down': 'symbols-view:go-to-declaration'
'cmd-alt-up': 'symbols-view:return-from-declaration' 'cmd-alt-up': 'symbols-view:return-from-declaration'


'.platform-win32 .editor, .platform-linux .editor': '.platform-win32 .editor':
'ctrl-r': 'symbols-view:toggle-file-symbols'

'.platform-linux .editor':
'ctrl-r': 'symbols-view:toggle-file-symbols' 'ctrl-r': 'symbols-view:toggle-file-symbols'
'ctrl-alt-down': 'symbols-view:go-to-declaration' 'ctrl-alt-down': 'symbols-view:go-to-declaration'
'ctrl-alt-up': 'symbols-view:return-from-declaration' 'ctrl-alt-up': 'symbols-view:return-from-declaration'
Expand Down

0 comments on commit f18205e

Please sign in to comment.