mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 12:31:32 -08:00
(dired-mode-map): Bind wdired-change-to-wdired-mode to
C-x C-q.
This commit is contained in:
parent
64e3efd9bc
commit
d7e69846bb
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
|
||||
C-x C-q.
|
||||
|
||||
* vc-git.el (vc-git-print-log): Fix previous change.
|
||||
|
||||
2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
|
|
|||
|
|
@ -1247,6 +1247,7 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
|
|||
(define-key map "$" 'dired-hide-subdir)
|
||||
(define-key map "\M-$" 'dired-hide-all)
|
||||
;; misc
|
||||
(define-key map "\C-x\C-q" 'wdired-change-to-wdired-mode)
|
||||
(define-key map "?" 'dired-summary)
|
||||
(define-key map "\177" 'dired-unmark-backward)
|
||||
(define-key map [remap undo] 'dired-undo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue