Skip to content

Commit

Permalink
add shift+space for easier typing of UPPER_CONSTS
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Aug 12, 2017
1 parent c06d625 commit 823d084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keymaps/spacecase.json
Expand Up @@ -10,6 +10,7 @@
"esc": "spacecase:vim-mode-plus-disable"
},
"atom-text-editor.spacecase": {
"shift-space": "spacecase:transform-next-letter",
"space": "spacecase:transform-next-letter",
"esc": "spacecase:disable",
"enter": "spacecase:disable"
Expand Down

0 comments on commit 823d084

Please sign in to comment.