Add key binding for select-line to linux and win keymaps

This commit is contained in:
Darrell Sandstrom
2014-07-22 22:48:27 -07:00
parent 119b446c3b
commit 2f47e8a462
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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