comparison etc/refcards/dired-ref.tex @ 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 cbea58d660d2
children 76ec8228b5d8
comparison
equal deleted inserted replaced
103901:837c53f591ac 103902:b6513fb5992f
27 27
28 % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for 28 % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
29 % a landscape layout. 29 % a landscape layout.
30 30
31 \input pdflayout.sty 31 \input pdflayout.sty
32 \pdflayout=(0) 32 \pdflayout=(1)
33 33
34 % Nothing else needs to be changed. 34 % Nothing else needs to be changed.
35 % This file is intended to be processed by plain TeX (TeX82). 35 % This file is intended to be processed by plain TeX (TeX82).
36 % The reference card looks OK with 2 columns per page, portrait mode. 36 % The reference card looks OK with 2 columns per page, portrait mode.
37 % I haven't tried it with 3 columns per page. 37 % I haven't tried it with 3 columns per page.
311 \section{Immediate Actions on Files} 311 \section{Immediate Actions on Files}
312 312
313 \key{visit current file}{f} 313 \key{visit current file}{f}
314 \key{view current file}{v} 314 \key{view current file}{v}
315 \key{visit current file in other window}{o} 315 \key{visit current file in other window}{o}
316 \key{visit current file in other frame}{w} 316 %% Huh?
317 \key{display current file}{C-u o} 317 %% \key{visit current file in other frame}{w}
318 %% Huh?
319 %%\key{display current file}{C-u o}
318 \key{create a new subdirectory}{+} 320 \key{create a new subdirectory}{+}
319 \key{compare file at point with the one at mark}{=} 321 \key{compare file at point with the one at mark}{=}
320 322
321 \section{Marking and Unmarking Files} 323 \section{Marking and Unmarking Files}
322 324
353 \key{change the group of the file(s)}{G} 355 \key{change the group of the file(s)}{G}
354 \key{change mode of file(s)}{M} 356 \key{change mode of file(s)}{M}
355 \key{print file(s)}{P} 357 \key{print file(s)}{P}
356 \key{convert filename(s) to lower case}{\% l} 358 \key{convert filename(s) to lower case}{\% l}
357 \key{convert filename(s) to upper case}{\% u} 359 \key{convert filename(s) to upper case}{\% u}
358 \key{delete marked (as opposed to flagged) files}{X} 360 \key{delete marked (as opposed to flagged) files}{D}
359 \key{uuencode or uudecode file(s)}{U} 361 %% Huh?
362 %%\key{uuencode or uudecode file(s)}{U}
360 \key{compress or uncompress file(s)}{Z} 363 \key{compress or uncompress file(s)}{Z}
364 %% Only uses the current file.
361 \key{run info on file}{I \dx} 365 \key{run info on file}{I \dx}
362 \key{make symbolic link(s)}{S} 366 \key{make symbolic link(s)}{S}
363 \key{make relative symbolic links}{Y} 367 \key{make relative symbolic link(s)}{Y}
364 \key{make hard link(s)}{H} 368 \key{make hard link(s)}{H}
365 \key{search files for a regular expression}{A} 369 \key{search files for a regular expression}{A}
366 \key{query replace regular expression}{Q} 370 \key{query replace regular expression}{Q}
367 \key{byte-compile files}{B} 371 \key{byte-compile files}{B}
368 \key{load files}{L} 372 \key{load files}{L}
369 \key{shell command on file(s)}{!} 373 \key{shell command on file(s)}{!}
374 \key{asynchronous shell command on file(s)}{\&}
370 375
371 \section{Flagging Files for Deletion} 376 \section{Flagging Files for Deletion}
372 \leftline{\bf Unmark commands remove delete flags} 377 \leftline{\bf Unmark commands remove delete flags}
373 \key{flag file for deletion}{d} 378 \key{flag file for deletion}{d}
374 \key{backup and remove deletion flag}{delete} 379 %% Huh?
380 %%\key{backup and remove deletion flag}{delete}
375 \key{flag all backup files (file names ending in \~{})}{\~{}} 381 \key{flag all backup files (file names ending in \~{})}{\~{}}
376 \key{flag all auto-save files}{\#} 382 \key{flag all auto-save files}{\#}
377 \key{flag various intermediate files}{\&} 383 \key{flag various intermediate files}{\% \&}
378 \key{flag numeric backups (ending in .\~{}1\~{}, .\~{}2\~{}, etc.)}{.} 384 \key{flag numeric backups (ending in .\~{}1\~{}, .\~{}2\~{}, etc.)}{.}
379 \key{execute the deletions requested (flagged files)}{x} 385 \key{execute the deletions requested (flagged files)}{x}
380 \key{flag files matching a regular expression}{\% d} 386 \key{flag files matching a regular expression}{\% d}
381 387
382 \section{Regular Expression Commands} 388 \section{Regular Expression Commands}