From 1e4daed24272764b1f67fedd1e25849f935bf8c9 Mon Sep 17 00:00:00 2001 From: Jacob Coulter Date: Fri, 21 Oct 2016 11:19:00 -0400 Subject: [PATCH] Adding shift-enter keymap to the Multi-platform section to emulate IntelliJ start newline behavior --- keymaps/intellij-idea-keymap.cson | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keymaps/intellij-idea-keymap.cson b/keymaps/intellij-idea-keymap.cson index 26e4346..86a0b1a 100644 --- a/keymaps/intellij-idea-keymap.cson +++ b/keymaps/intellij-idea-keymap.cson @@ -21,6 +21,9 @@ # Smart line join 'ctrl-shift-j': 'editor:join-lines' + + # Start new line below + 'shift-enter': 'editor:newline-below' #################################################################################################### # Mac #