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

Commit

Permalink
Remove alt-shift-s bindings that conflict with typing AltGraph chars
Browse files Browse the repository at this point in the history
Signed-off-by: Max Brunsfeld <[email protected]>
  • Loading branch information
Nathan Sobo authored and Max Brunsfeld committed Nov 10, 2016
1 parent edf7db4 commit 690d4fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions keymaps/snippets-2.cson
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
'atom-text-editor:not([mini])':
'tab': 'snippets:next-tab-stop'
'shift-tab': 'snippets:previous-tab-stop'
'alt-shift-s': 'snippets:available'

'.available-snippets atom-text-editor[mini]':
'alt-shift-s': 'snippets:available'

6 comments on commit 690d4fd

@eradin
Copy link

@eradin eradin commented on 690d4fd Dec 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean this feature is now disabled for the time being? Even Packages | snippets | available no longer works.

@Ben3eeE
Copy link
Contributor

@Ben3eeE Ben3eeE commented on 690d4fd Dec 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, Packages -> Snippets -> Available still works. You can also rebind the key by adding the following to your keymap.cson ,File -> Keymap...

'atom-text-editor:not([mini])':
  'alt-shift-s': 'snippets:available'

'.available-snippets atom-text-editor[mini]':
  'alt-shift-s': 'snippets:available'

@eradin
Copy link

@eradin eradin commented on 690d4fd Dec 5, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eradin
Copy link

@eradin eradin commented on 690d4fd Dec 5, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ben3eeE
Copy link
Contributor

@Ben3eeE Ben3eeE commented on 690d4fd Dec 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, you should maybe open a new issue for this if you can reproduce it in safe mode atom --safe. It sounds very strange.

@Moini
Copy link

@Moini Moini commented on 690d4fd Feb 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both ways work for me - I assigned Ctrl+ü :-) Glad I found this discussion.

Please sign in to comment.