From 3232b8698599cb9400cb0b74606f4927b841bb2e Mon Sep 17 00:00:00 2001 From: Waleed Khan Date: Sat, 4 Jan 2025 11:26:45 -0600 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee5dd3..e603044 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Here are some features in the UI which are not yet implemented: - [ ] Make the keybindings easier to discover (https://github.com/arxanas/scm-record/issues/25). - [ ] Support accessing the menu with the keyboard (https://github.com/arxanas/scm-record/issues/44). -- [ ] Edit one side of the diff in an editor. +- [ ] Edit one side of the diff in an editor (https://github.com/arxanas/scm-record/issues/83). - [ ] Multi-way split UI to split a commit into more than 2 commits (https://github.com/arxanas/scm-record/issues/73). - [ ] Support for use as a mergetool. - [ ] Commands to select ours/theirs for diffs representing merge conflicts.