changeset 103902:b6513fb5992f

Change from A4 to letter paper. Remove non-existent (?) bindings: w, C-u o, U, delete. Fix bindings: delete marked files = D, not X; flag garbage = % &, not &. New: async shell command = &.
author Glenn Morris <rgm@gnu.org>
date Wed, 15 Jul 2009 03:22:18 +0000
parents 837c53f591ac
children 20010108f76d
files etc/refcards/dired-ref.tex
diffstat 1 files changed, 14 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/etc/refcards/dired-ref.tex	Wed Jul 15 03:22:03 2009 +0000
+++ b/etc/refcards/dired-ref.tex	Wed Jul 15 03:22:18 2009 +0000
@@ -29,7 +29,7 @@
 % a landscape layout.
 
 \input pdflayout.sty
-\pdflayout=(0)
+\pdflayout=(1)
 
 % Nothing else needs to be changed.
 % This file is intended to be processed by plain TeX (TeX82).
@@ -313,8 +313,10 @@
 \key{visit current file}{f}
 \key{view current file}{v}
 \key{visit current file in other window}{o}
-\key{visit current file in other frame}{w}
-\key{display current file}{C-u o}
+%% Huh?
+%% \key{visit current file in other frame}{w}
+%% Huh?
+%%\key{display current file}{C-u o}
 \key{create a new subdirectory}{+}
 \key{compare file at point with the one at mark}{=}
 
@@ -355,26 +357,30 @@
 \key{print file(s)}{P}
 \key{convert filename(s) to lower case}{\% l}
 \key{convert filename(s) to upper case}{\% u}
-\key{delete marked (as opposed to flagged) files}{X}
-\key{uuencode or uudecode file(s)}{U}
+\key{delete marked (as opposed to flagged) files}{D}
+%% Huh?
+%%\key{uuencode or uudecode file(s)}{U}
 \key{compress or uncompress file(s)}{Z}
+%% Only uses the current file.
 \key{run info on file}{I \dx}
 \key{make symbolic link(s)}{S}
-\key{make relative symbolic links}{Y}
+\key{make relative symbolic link(s)}{Y}
 \key{make hard link(s)}{H}
 \key{search files for a regular expression}{A}
 \key{query replace regular expression}{Q}
 \key{byte-compile files}{B}
 \key{load files}{L}
 \key{shell command on file(s)}{!}
+\key{asynchronous shell command on file(s)}{\&}
 
 \section{Flagging Files for Deletion}
 \leftline{\bf Unmark commands remove delete flags}
 \key{flag file for deletion}{d}
-\key{backup and remove deletion flag}{delete}
+%% Huh?
+%%\key{backup and remove deletion flag}{delete}
 \key{flag all backup files (file names ending in \~{})}{\~{}}
 \key{flag all auto-save files}{\#}
-\key{flag various intermediate files}{\&}
+\key{flag various intermediate files}{\% \&}
 \key{flag numeric backups (ending in .\~{}1\~{}, .\~{}2\~{}, etc.)}{.}
 \key{execute the deletions requested (flagged files)}{x}
 \key{flag files matching a regular expression}{\% d}