This commit is contained in:
Kartik K. Agaram 2024-08-30 00:48:33 -07:00
parent b6bf7d526d
commit cc12ef92c4
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)