diff --git a/keymaps/linux.cson b/keymaps/linux.cson index a092ff962..d643ff0bb 100644 --- a/keymaps/linux.cson +++ b/keymaps/linux.cson @@ -96,6 +96,7 @@ 'ctrl-alt-shift-p': 'editor:log-cursor-scope' 'ctrl-k ctrl-u': 'editor:upper-case' 'ctrl-k ctrl-l': 'editor:lower-case' + 'ctrl-l': 'editor:select-line' '.workspace .editor:not(.mini)': # Atom specific diff --git a/keymaps/win32.cson b/keymaps/win32.cson index 01408fb38..a97d29c2c 100644 --- a/keymaps/win32.cson +++ b/keymaps/win32.cson @@ -93,6 +93,7 @@ 'ctrl-alt-shift-p': 'editor:log-cursor-scope' 'ctrl-k ctrl-u': 'editor:upper-case' 'ctrl-k ctrl-l': 'editor:lower-case' + 'ctrl-l': 'editor:select-line' '.workspace .editor:not(.mini)': # Atom specific