[EShell] Fix wrong key bindings

This commit is contained in:
Daniel - 2018-07-20 14:26:18 +02:00
parent 631fbcfd13
commit 462dd74550
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@
(bind-key "C-a" #'eshell-bol eshell-mode-map)
(bind-key "C-l" #'eshell-clear-buffer eshell-mode-map)
(bind-key "M-r" #'eshell-insert-history eshell-mode-map)
(bind-key "M-P" #'eshell-previous-prompt)
(bind-key "M-N" #'eshell-next-prompt)))
(bind-key "M-P" #'eshell-previous-prompt eshell-mode-map)
(bind-key "M-N" #'eshell-next-prompt eshell-mode-map)))
;; Git Completion