From 823d084e23c60967bb69381d8012778c0cdb87d1 Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 12 Aug 2017 03:23:59 +0100 Subject: [PATCH] add shift+space for easier typing of UPPER_CONSTS --- keymaps/spacecase.json | 1 + 1 file changed, 1 insertion(+) diff --git a/keymaps/spacecase.json b/keymaps/spacecase.json index e5fe0da..d1c82a5 100644 --- a/keymaps/spacecase.json +++ b/keymaps/spacecase.json @@ -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"