Bind `shell-resync-dirs' to M-RET in *shell* buffers.

This commit is contained in:
Stephen Eglen 2010-06-11 14:28:41 +01:00
parent b7adf504c0
commit 84d9562f57
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -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]