Skip to content

Latest commit

 

History

History
80 lines (73 loc) · 1.81 KB

readme.md

File metadata and controls

80 lines (73 loc) · 1.81 KB

move

caret("move up")
caret("move down")
caret("move left")
caret("move right")
 
caret("move to start of word")
caret("move to previous word")
caret("move to end of word")
caret("move to next word")
 
caret("move to start of line")
caret("move to start of next line")
caret("move to start of previous line")
caret("move to end of line")
caret("move to end of next line")
caret("move to end of previous line")
 
caret("move up page")
caret("move down page")
caret("move to start of page")
caret("move to end of page")
 

select

caret("select up")
caret("select down")
caret("select left")
caret("select right")
 
caret("select word backward")
caret("select word forward")
 
caret("select to start of line")
caret("select to end of line")
caret("select line")
caret("select line right")
caret("select line left")
 
caret("select up page")
caret("select down page")
caret("select to start of page")
caret("select to end of page")
 
caret("unselect")
caret("unselect right")
caret("unselect left")
caret("unselect line")
caret("unselect line right")
caret("unselect line left")
 

delete

caret("backspace")
caret("delete left")
caret("delete")
caret("delete right")
 
caret("delete word backward")
caret("delete word forward")
 
caret("delete to start of line")
caret("delete to end of line")
 
caret("delete up page")
caret("delete down page")
caret("delete to start of page")
caret("delete to end of page")
 

line

caret("new line")
caret("insert line before")
caret("insert line after")
 
caret("delete line")