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
f87ef6b1
Commit
f87ef6b1
authored
Sep 12, 2003
by
Richard M. Stallman
Browse files
(dired-mode-map): Bind M-g to dired-goto-file.
parent
254107e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/dired.el
lisp/dired.el
+1
-0
No files found.
lisp/dired.el
View file @
f87ef6b1
...
...
@@ -948,6 +948,7 @@ If HDR is non-nil, insert a header line with the directory name."
(
define-key
map
"f"
'dired-find-file
)
(
define-key
map
"\C-m"
'dired-advertised-find-file
)
(
define-key
map
"g"
'revert-buffer
)
(
define-key
map
"M-g"
'dired-goto-file
)
(
define-key
map
"h"
'describe-mode
)
(
define-key
map
"i"
'dired-maybe-insert-subdir
)
(
define-key
map
"k"
'dired-do-kill-lines
)
...
...
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