Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
80cc5a93
Commit
80cc5a93
authored
May 25, 2013
by
Xue Fuqiao
Browse files
* refcards/dired-ref.tex: Refine some entries.
parent
5d028165
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/refcards/dired-ref.tex
etc/refcards/dired-ref.tex
+7
-8
No files found.
etc/ChangeLog
View file @
80cc5a93
2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
* refcards/dired-ref.tex: Refine some entries.
2013-05-24 Fabrice Niessen <fni@missioncriticalit.com>
* themes/leuven-theme.el: Update theme.
...
...
etc/refcards/dired-ref.tex
View file @
80cc5a93
...
...
@@ -302,8 +302,7 @@ \section{Motion Commands}
\key
{
move to first child subdirectory
}{
M-C-d
}
\section
{
Mouse Commands
}
\metax
{
visit file
}{
Mouse
_
Button
_
2
}
\metax
{
popup menu
}{
Control-Mouse
_
Button
_
3
}
\metax
{
visit file or directory
}{
Mouse
_
Button
_
2
}
\section
{
Immediate Actions on Files
}
...
...
@@ -326,7 +325,7 @@ \section{Marking and Unmarking Files}
\key
{
mark all directories
}{
* /
}
\key
{
mark all symlinks
}{
* @
}
\key
{
mark all executables
}{
* *
}
\key
{
invert marking
}{
*
t
}
\key
{
invert marking
}{
t
}
\key
{
mark all files in the current subdir
}{
* s
}
\key
{
mark file names matching a regular expression
}{
*
\%
}
\key
{
change the marks to a different character
}{
* c
}
...
...
@@ -340,7 +339,7 @@ \section{Modifying the Dired Buffer}
\key
{
re-read all directories (retains all marks)
}{
g
}
\key
{
toggle sorting of current subdir by name/date
}{
s
}
\key
{
edit ls switches
}{
C-u s
}
\key
{
recover marks, hidden lines, and such
}{
C-
_}
\key
{
recover marks, hidden lines, and such
(undo)
}{
C-
_}
\key
{
hide all subdirectories
}{
M-
\$
}
\key
{
hide or unhide subdirectory
}{
\$
}
...
...
@@ -354,7 +353,7 @@ \section{Commands on Files Marked or Specified by the Prefix}
\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) file
s
}{
D
}
\key
{
delete marked (as opposed to flagged) file
(s)
}{
D
}
%% Huh?
%%\key{uuencode or uudecode file(s)}{U}
\key
{
compress or uncompress file(s)
}{
Z
}
...
...
@@ -364,9 +363,9 @@ \section{Commands on Files Marked or Specified by the Prefix}
\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 file
s
}{
B
}
\key
{
load file
s
}{
L
}
\key
{
regexp
query replace
on marked files
}{
Q
}
\key
{
byte-compile file
(s)
}{
B
}
\key
{
load file
(s)
}{
L
}
\key
{
shell command on file(s)
}{
!
}
\key
{
asynchronous shell command on file(s)
}{
\&
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment