Skip to content

Commit

Permalink
Added head and tail commands (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson authored Sep 2, 2023
1 parent 98ba0be commit 1553d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/edit/edit.talon
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ go right: edit.right()
go up: edit.up()
go down: edit.down()

go line start: edit.line_start()
go line end: edit.line_end()
go line start | head: edit.line_start()
go line end | tail: edit.line_end()

go way left:
edit.line_start()
Expand Down

0 comments on commit 1553d33

Please sign in to comment.