Open the file with the cursor on the third line
Some checks are pending
/ check (push) Waiting to run

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-09-21 22:31:38 +01:00
parent aeed0327a2
commit 8159826f0a

View file

@ -12,7 +12,7 @@ in
runtimeInputs = with pkgs; [ coreutils ];
text = ''"$EDITOR" "$TODO_FILE"'';
text = ''"$EDITOR" +3 "$TODO_FILE"'';
};
};