Merge pull request #3049 from dsandstrom/add-linux-select-line-key

Add key binding for select-line to linux and win keymaps
This commit is contained in:
Kevin Sawicki
2014-07-23 10:08:01 -07:00
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