From b3e8b3eae83b5f9e4f7f608ef1bc73e93d1380be Mon Sep 17 00:00:00 2001
From: sandr01d <88739791+sandr01d@users.noreply.github.com>
Date: Mon, 9 Mar 2026 18:16:02 +0100
Subject: [PATCH] docs: add docs for 'show commit message' keybinding (#492)
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 81a252e..d64f6d1 100644
--- a/README.md
+++ b/README.md
@@ -358,6 +358,7 @@ export FORGIT_LOG_FZF_OPTS='
| Alt - K / P | Preview move up |
| Alt - J / N | Preview move down |
| Alt - E | Open file in default editor (when possible) |
+| Alt - T | Show commit message (when viewing a commit) |
\* Available when the selection contains a commit hash or a stash ID.
For Linux users `FORGIT_COPY_CMD` should be set to make copy work. Example: `FORGIT_COPY_CMD='xclip -selection clipboard'`.