docs: add docs for 'show commit message' keybinding (#492)

This commit is contained in:
sandr01d 2026-03-09 18:16:02 +01:00 committed by GitHub
parent 4747dedb86
commit b3e8b3eae8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -358,6 +358,7 @@ export FORGIT_LOG_FZF_OPTS='
| <kbd>Alt</kbd> - <kbd>K</kbd> / <kbd>P</kbd> | Preview move up |
| <kbd>Alt</kbd> - <kbd>J</kbd> / <kbd>N</kbd> | Preview move down |
| <kbd>Alt</kbd> - <kbd>E</kbd> | Open file in default editor (when possible) |
| <kbd>Alt</kbd> - <kbd>T</kbd> | 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'`.