This commit is contained in:
Kartik K. Agaram 2024-08-30 00:48:33 -07:00
parent b7a911a7cc
commit 074978f4e0
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ end -- 2-5 scans
function Text.left(Editor)
Text.left_without_scroll(Editor) -- 0-2 scans
maybe_snap_cursor_to_bottom_of_screen(Editor) -- 0-2 scans
end -- 0-4 scans
maybe_snap_cursor_to_top_of_screen(Editor) -- 0-1 scan
end -- 0-3 scans
function Text.left_without_scroll(Editor)