From 0dea8bfd5aa8b7e6c42766aab69a4203f958f41a Mon Sep 17 00:00:00 2001 From: NicolasGB Date: Mon, 29 Dec 2025 20:52:40 +0100 Subject: [PATCH] readme: update it with annotate info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0507b72..520b6bb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ This plugin aims to be something like vim-fugitive but for driving the jj-vcs CL - `undo` - Undo the last operation - `redo` - Redo the last undone operation - `open_pr` - Open a PR/MR on your remote (GitHub, GitLab, Gitea, Forgejo, etc.) -- Diff commands + - `annotate` / `annotate_line` - View file blame and line history with change ID, author, and timestamp + - Diff commands - `:Jdiff [revision]` - Vertical split diff against a jj revision - `:Jhdiff [revision]` - Horizontal split diff - Picker for for [Snacks.nvim](https://github.com/folke/snacks.nvim)