mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
Added more bindings for tumme.
This commit is contained in:
parent
d4f2cc777b
commit
6102da2671
@ -1,3 +1,7 @@
|
||||
2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
|
||||
|
||||
* dired.el (dired-mode-map): Added more bindings for tumme.
|
||||
|
||||
2006-02-07 +00 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* wdired.el (wdired-mode-map): Use remap.
|
||||
|
@ -1249,6 +1249,15 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
|
||||
(define-key map [remap advertised-undo] 'dired-undo)
|
||||
;; thumbnail manipulation (tumme)
|
||||
(define-key map "\C-td" 'tumme-display-thumbs)
|
||||
(define-key map "\C-tt" 'tumme-tag-files)
|
||||
(define-key map "\C-tr" 'tumme-tag-remove)
|
||||
(define-key map "\C-tj" 'tumme-jump-thumbnail-buffer)
|
||||
(define-key map "\C-ti" 'tumme-display-dired-image)
|
||||
(define-key map "\C-tx" 'tumme-dired-display-external)
|
||||
(define-key map "\C-ta" 'tumme-display-thumbs-append)
|
||||
(define-key map "\C-t." 'tumme-display-thumb)
|
||||
(define-key map "\C-tc" 'tumme-dired-comment-files)
|
||||
(define-key map "\C-tf" 'tumme-mark-tagged-files)
|
||||
|
||||
;; Make menu bar items.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user