Выбрать главу
m or * m MarkMark dired-mark Mark with *. M OperateChange Mode dired-do-chmod Use chmod command on this file. n dired-next-line Move to next line. o ImmediateFind in Other Window dired-find-file-other-window Find file in another window; move there. C-o ImmediateDisplay in Other Window dired-display-file Find file in another window; don't move there. O OperateChange Owner dired-do-chown Change ownership of file. p dired-previous-line Move up a line. P OperatePrint dired-do-print Print file. q quit-window Quit Dired. Q OperateQuery Replace in Files dired-do-query-replace Query replace string in marked files. R OperateRename to dired-do-rename Rename file. S OperateSymlink to dired-do-symlink Create a symbolic link to this file; Emacs asks you to name the symbolic link. s dired-sort-toggle-or-edit Sort the Dired display by date or by filename (toggles between these). t MarkToggle Marks dired-toggle-marks Toggle marks on files and directories; pressing t once marks all unmarked files and directories; pressing t again restores original marks. u MarkUnmark dired-unmark Remove mark. v ImmediateView This File dired-view-file View file (read-only). w dired-copy-filename-as-kill Copy filename into the kill ring; if multiple files are marked, copy names of all marked files to kill ring.
x dired-do-flagged-delete Delete files flagged with D. y dired-show-file-type Display information on the type of the file using the file command. Z OperateCompress dired-do-compress Compress or uncompress file. ~ MarkFlag Backup Files dired-flag-backup-files Flag backup files for deletion; C-u ~ removes flags. # MarkFlag Auto-save Files dired-flag-auto-save-files Flag auto-save files for deletion; C-u # removes flags. & MarkFlag Garbage Files dired-flag-garbage-files Flag "garbage" files for deletion. .MarkMark Old Backups dired-clean-directory Flag numbered backups for deletion (if any). = ImmediateDiff dired-diff Compare this file to another file (the one at the mark). M-= ImmediateCompare With Backup dired-backup-diff Compare this file with its backup file. ! or X OperateShell Command dired-do-shell-command Ask for shell command to execute on the current file or marked files. + ImmediateCreate Directory dired-create-directory Create a directory. > SubdirNext Dirline dired-next-dirline Move to next directory. < SubdirPrev Dirline dired-prev-dirline Move to previous directory. ^ dired-up-directory Find the parent directory in a new Dired buffer. $ SubdirHide/Unhide Subdir dired-hide-subdir Hide or show the current directory or subdirectory. M-$ SubdirHide All dired-hide-all Hide all subdirectories, leaving only their names; repeat command to show. C-M-n SubdirNext Subdir dired-next-subdir Move to next subdirectory (if you've inserted subdirectories using i). C-M-p SubdirPrev Subdir dired-prev-subdir Move to previous subdirectory (if you've inserted subdirectories using i). C-M-u SubdirTree Up dired-tree-up If you've inserted subdirectories using i, move to the parent directory in this buffer. C-M-d SubdirTree Down dired-tree-down If you've inserted subdirectories using i, move to the first subdirectory for this directory in this buffer. * c MarkChange Marks dired-change-marks Change marks on specified files, for example, from * (generic mark) to D (flagged for deletion). * ! or M-Del MarkUnmark All dired-unmark-all-files Remove all marks from all files. * * MarkMark Executables dired-mark-executables Mark executables; C-u * unmarks. * / MarkMark Directories dired-mark-directories Mark directories; C-u / unmarks. * @ MarkMark Symlinks dired-mark-symlinks Mark symlinks; C-u * @ unmarks. M-} MarkNext Marked dired-next-marked-file Move to the next file marked with * or D. M-{ MarkPrevious Marked dired-prev-marked-file Move to previous file marked with * or D. % d RegexpFlag dired-flag-files-regexp Flag for deletion files that match regular expression. % g RegexpMark Containing dired-mark-files-containing-regexp Mark files whose contents match regular expression. % l RegexpDowncase dired-downcase Lowercase marked files. % R RegexpMark dired-do-rename-regexp Rename files with filenames that match regular expression. % u RegexpUpcase dired-upcase Uppercase marked files.