Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
84d9562f
Commit
84d9562f
authored
Jun 11, 2010
by
Stephen Eglen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bind `shell-resync-dirs' to M-RET in *shell* buffers.
parent
b7adf504
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/shell.el
lisp/shell.el
+1
-0
No files found.
lisp/ChangeLog
View file @
84d9562f
2010-06-11 Stephen Eglen <stephen@gnu.org>
* shell.el: Bind `shell-resync-dirs' to M-RET.
2010-06-10 Michael Albinus <michael.albinus@gmx.de>
* notifications.el: Move file from lisp/net, because it is
...
...
lisp/shell.el
View file @
84d9562f
...
...
@@ -340,6 +340,7 @@ Thus, this does not include the shell's current directory.")
(
define-key
shell-mode-map
"\C-c\C-f"
'shell-forward-command
)
(
define-key
shell-mode-map
"\C-c\C-b"
'shell-backward-command
)
(
define-key
shell-mode-map
"\t"
'comint-dynamic-complete
)
(
define-key
shell-mode-map
(
kbd
"M-RET"
)
'shell-resync-dirs
)
(
define-key
shell-mode-map
"\M-?"
'comint-dynamic-list-filename-completions
)
(
define-key
shell-mode-map
[menu-bar
completion]
...
...
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