mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
editor.wordWrap() shortcut
This commit is contained in:
@@ -157,6 +157,9 @@ class Editor extends Resource
|
||||
home: -> @ace.navigateFileStart()
|
||||
end: -> @ace.navigateFileEnd()
|
||||
|
||||
wordWrap: ->
|
||||
@ace.getSession().setUseWrapMode true
|
||||
|
||||
consolelog: ->
|
||||
@ace.insert 'console.log ""'
|
||||
@ace.navigateLeft()
|
||||
|
||||
Reference in New Issue
Block a user