feat(emacs): Use consult-history where applicable
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
:states '(normal insert)
|
||||
"C-j" #'eshell-next-matching-input-from-input
|
||||
"C-k" #'eshell-previous-matching-input-from-input
|
||||
"C-s" #'eshell-isearch-backward)
|
||||
"C-s" #'consult-history)
|
||||
:config
|
||||
;; When cd'd into a TRAMP remote, automatically expand '/' to the TRAMP
|
||||
;; notation referring to the remote's root.
|
||||
|
||||
@@ -155,7 +155,7 @@ for example when calling `shell'.")
|
||||
:states '(normal insert)
|
||||
"C-k" #'comint-previous-input
|
||||
"C-j" #'comint-next-input
|
||||
"C-s" #'comint-history-isearch-backward)
|
||||
"C-s" #'consult-history)
|
||||
(general-def
|
||||
:keymaps 'comint-mode-map
|
||||
:states 'insert
|
||||
|
||||
Reference in New Issue
Block a user