; * etc/NEWS (Eshell): Fix example for restoring old history search.
This commit is contained in:
parent
14a3dd6a30
commit
43fcda0c8e
1 changed files with 5 additions and 4 deletions
9
etc/NEWS
9
etc/NEWS
|
@ -449,10 +449,11 @@ is freed for normal search commands. If you would like to restore the
|
|||
previous key-bindings for the non-incremental search commands, put in
|
||||
your configuration:
|
||||
|
||||
(keymap-set eshell-hist-mode-map "M-r"
|
||||
#'eshell-previous-matching-input)
|
||||
(keymap-set eshell-hist-mode-map "M-s"
|
||||
#'eshell-next-matching-input)
|
||||
(with-eval-after-load 'em-hist
|
||||
(keymap-set eshell-hist-mode-map "M-r"
|
||||
#'eshell-previous-matching-input)
|
||||
(keymap-set eshell-hist-mode-map "M-s"
|
||||
#'eshell-next-matching-input))
|
||||
|
||||
+++
|
||||
*** New user option 'eshell-history-isearch'
|
||||
|
|
Loading…
Add table
Reference in a new issue