aki77 / atom-expand-region

expanding selection
https://atom.io/packages/expand-region
MIT License
89 stars 9 forks source link

not working windows 8 64 bit #9

Closed kh82 closed 8 years ago

kh82 commented 8 years ago

Installed this package, restarted atom.

Package doesn't appear inside the packages menu, the shortcuts don't work and when I paste the suggested shortcuts into the keymap, it doesn't do anything.

Does this plugin still work?

aki77 commented 8 years ago

Please edit keymap.cson.

'atom-text-editor':
  'alt-up': 'expand-region:expand'
  'alt-down': 'expand-region:shrink'
bestander commented 8 years ago

Worked for me on windows 10, wow, thanks a lot for this package. Such a small thing but I think this is my favourite from webstorm :)