mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
More dired-x cleanup.
* lisp/dired-x.el (dired-mode-map, dired-extra-startup): Remove dired-copy-filename-as-kill since it's already in dired.el.
This commit is contained in:
parent
b322c9aff7
commit
c6cefd3610
2 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2011-02-16 Leo <sdl.web@gmail.com>
|
||||
|
||||
* dired-x.el (dired-mode-map, dired-extra-startup):
|
||||
Remove dired-copy-filename-as-kill since it's already in dired.el.
|
||||
|
||||
2011-02-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
|
||||
|
|
|
|||
|
|
@ -245,7 +245,6 @@ to nil: a pipe using `zcat' or `gunzip -c' will be used."
|
|||
(define-key dired-mode-map "*(" 'dired-mark-sexp)
|
||||
(define-key dired-mode-map "*." 'dired-mark-extension)
|
||||
(define-key dired-mode-map "\M-!" 'dired-smart-shell-command)
|
||||
(define-key dired-mode-map "w" 'dired-copy-filename-as-kill)
|
||||
(define-key dired-mode-map "\M-G" 'dired-goto-subdir)
|
||||
(define-key dired-mode-map "F" 'dired-do-find-marked-files)
|
||||
(define-key dired-mode-map "Y" 'dired-do-relsymlink)
|
||||
|
|
@ -308,8 +307,6 @@ files"]
|
|||
\\[dired-do-find-marked-files]\t-- visit all marked files simultaneously
|
||||
\\[dired-omit-mode]\t-- toggle omitting of files
|
||||
\\[dired-mark-sexp]\t-- mark by Lisp expression
|
||||
\\[dired-copy-filename-as-kill]\t-- copy the file or subdir names into the kill ring;
|
||||
\t you can feed it to other commands using \\[yank]
|
||||
|
||||
To see the options you can set, use M-x customize-group RET dired-x RET.
|
||||
See also the functions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue