dotfiles/emacs/.emacs.d/elpa/evil-collection-20260818.145/modes/log-edit
2026-08-28 16:04:44 +08:00
..
evil-collection-log-edit.el changes related to making the emacs configuration permanent 2026-08-28 16:04:44 +08:00
evil-collection-log-edit.elc changes related to making the emacs configuration permanent 2026-08-28 16:04:44 +08:00
README.org changes related to making the emacs configuration permanent 2026-08-28 16:04:44 +08:00

log-edit

Evil bindings for log-edit-mode, the VC commit-message buffer.

Key bindings

Command Original Evil
log-edit-done C-c C-c ZZ (remap)
log-edit-kill-buffer C-c C-k ZQ (remap)
log-edit-mode-help C-c ? g?
log-edit-next-comment M-n ]], gj, C-j
log-edit-previous-comment M-p [[, gk
quit-window n/a ZZ, ZQ

The remaps target evil-save-and-close, evil-save-modified-and-close, and evil-quit so :wq / :q behave correctly.