shell-modeで上下でヒストリ補完
6 月 14th, 2007 in Emacs
.emacs.elに↓を追加.M-pしろよって?
(add-hook 'shell-mode-hook (function (lambda () (define-key shell-mode-map [up] 'comint-previous-input) (define-key shell-mode-map [down] 'comint-next-input))))
.emacs.elに↓を追加.M-pしろよって?
(add-hook 'shell-mode-hook (function (lambda () (define-key shell-mode-map [up] 'comint-previous-input) (define-key shell-mode-map [down] 'comint-next-input))))
total : 00060001
today : 00000062