Skip to content

Commit

Permalink
Merge pull request atom#126 from taylon/master
Browse files Browse the repository at this point in the history
Fix atom#124: Add 'select-inside-brackets' keys for Windows and Linux
  • Loading branch information
Wliu authored and Wliu committed Apr 24, 2015
2 parents 22cc326 + b22b7de commit 6bb40ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keymaps/bracket-matcher.cson
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
'ctrl-backspace': 'bracket-matcher:remove-matching-brackets'

'.platform-linux atom-text-editor':
'ctrl-alt-m': 'bracket-matcher:select-inside-brackets'
'alt-ctrl-.': 'bracket-matcher:close-tag'
'alt-ctrl-backspace': 'bracket-matcher:remove-matching-brackets'

'.platform-win32 atom-text-editor':
'ctrl-alt-m': 'bracket-matcher:select-inside-brackets'
'alt-ctrl-.': 'bracket-matcher:close-tag'
'alt-ctrl-backspace': 'bracket-matcher:remove-matching-brackets'

0 comments on commit 6bb40ec

Please sign in to comment.