From 9a990ad92f9dcefd2fad30af2ff7484d75d7b388 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sun, 17 Dec 2023 20:05:17 -0800 Subject: [PATCH] docs `config.md` Vim instructions: link to the Wiki instead of a gist --- docs/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.md b/docs/config.md index 955a355ee..d6043042f 100644 --- a/docs/config.md +++ b/docs/config.md @@ -417,10 +417,10 @@ this file will be ignored. To suppress the creation of this file, set ### Using Vim as a diff editor Using `ui.diff-editor = "vimdiff"` is possible but not recommended. For a better -experience, you can follow these [instructions] to configure -the [DirDiff Vim plugin] and/or the [vimtabdiff Python script]. +experience, you can follow [instructions from the Wiki] to configure the +[DirDiff Vim plugin] and/or the [vimtabdiff Python script]. -[instructions]: https://gist.github.com/ilyagr/5d6339fb7dac5e7ab06fe1561ec62d45 +[instructions from the Wiki]: https://github.com/martinvonz/jj/wiki/Vim#using-vim-as-a-diff-tool [DirDiff Vim plugin]: https://github.com/will133/vim-dirdiff [vimtabdiff Python script]: https://github.com/balki/vimtabdiff