mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(vc-dir-mode-map): Add follow-link behavior.
This commit is contained in:
parent
fafd297956
commit
d03b3d2387
1 changed files with 1 additions and 0 deletions
|
|
@ -259,6 +259,7 @@ See `run-hooks'."
|
|||
(define-key map "\C-c\C-c" 'vc-dir-kill-dir-status-process)
|
||||
(define-key map [down-mouse-3] 'vc-dir-menu)
|
||||
(define-key map [mouse-2] 'vc-dir-toggle-mark)
|
||||
(define-key map [follow-link] 'mouse-face)
|
||||
(define-key map "x" 'vc-dir-hide-up-to-date)
|
||||
(define-key map "S" 'vc-dir-search) ;; FIXME: Maybe use A like dired?
|
||||
(define-key map "Q" 'vc-dir-query-replace-regexp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue