Pārlūkot izejas kodu

emacs.el: Use C-n and C-p in minibuffer to exploring histories

pull/1/head
10sr pirms 10 gadiem
vecāks
revīzija
5c5d824ff4
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Parādīt failu

@@ -501,6 +501,9 @@ found, otherwise returns nil."

(define-key minibuffer-local-map (kbd "C-u")
(lambda () (interactive) (delete-region (point-at-bol) (point))))
;; I dont know these bindings are good
(define-key minibuffer-local-map (kbd "C-p") (kbd "ESC p"))
(define-key minibuffer-local-map (kbd "C-n") (kbd "ESC n"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; letters, font-lock mode and fonts


Notiek ielāde…
Atcelt
Saglabāt