Implement editor:move-selection-right command

This commit is contained in:
Machiste Quintana
2015-05-03 19:44:26 -04:00
parent dbb1200e1b
commit 7f7ca75113
3 changed files with 21 additions and 0 deletions

View File

@@ -128,6 +128,7 @@
{ label: 'Select to First Character of Line', command: 'editor:select-to-first-character-of-line' }
{ label: 'Select to End of Word', command: 'editor:select-to-end-of-word' }
{ label: 'Select to End of Line', command: 'editor:select-to-end-of-line' }
{ label: 'Move Selection Right', command: 'editor:move-selection-right' }
]
}