Explorar el Código

.emacs: i want not to exit term-mode when i type C-d

pull/1/head
10sr hace 12 años
padre
commit
5c9ebced06
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      .emacs

+ 1
- 0
.emacs Ver fichero

@@ -651,6 +651,7 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
(define-key term-raw-map "\C-c" 'term-send-raw)
(define-key term-raw-map "\C-x" (lookup-key (current-global-map) "\C-x"))
(define-key term-raw-map "\C-z" (lookup-key (current-global-map) "\C-z")))
;; (define-key term-raw-map "\C-d" 'delete-char)
(set (make-variable-buffer-local 'scroll-margin) 0)))
;; (add-hook 'term-exec-hook 'forward-char)



Cargando…
Cancelar
Guardar