From 489a648a30123c20b4f80b705e8f42c5db0ac5d3 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:46:21 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b6c5d45..c47dee4 100644 --- a/README.md +++ b/README.md @@ -855,6 +855,15 @@ Configuring Vim keybindings in Emacs can greatly enhance your editing efficiency (setq evil-collection-setup-minibuffer t) :config (evil-collection-init)) + +;; The goto-chg package is useful with Evil to jump directly to the most recent +;; edit location. This mirrors Vim's change navigation, allowing fast return to +;; where text was last modified without relying on the jump list or search. +;; +;; The goto-chg commands are bound to g; and g, +(use-package goto-chg + :commands (goto-last-change + goto-last-change-reverse)) ``` You can also install the [vim-tab-bar](https://github.com/jamescherti/vim-tab-bar.el) package to enhance the built-in Emacs tab-bar with a minimalist, Vim-inspired design that automatically adapts to the active Emacs theme. Beyond its Vim-inspired design, the *vim-tab-bar* package is valued by users who prioritize theme consistency, as it integrates the Emacs tab-bar with any Emacs theme, producing a visually coherent and polished interface: