You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a heavy user of emacs-jupyter REPLs. I occasionally find that I want to navigate the output history using isearch, however the function (jupyter-repl-isearch-setup), which is called when the REPL is created, changes the behavior of isearch to operate only on the REPL command history rather than the entire REPL buffer itself.
Could we add an option to disable this override? In other words, to keep the standard behavior of isearch.
Not sure what would be a good naming convention but happy to submit a PR.
The text was updated successfully, but these errors were encountered:
egr95
linked a pull request
Aug 3, 2024
that will
close
this issue
It would be even nicer if one could keep the usual isearch behavior mapped to C-s/C-r, but add the additional jupyter-repl-history-isearch-search under a different binding, e.g., S-C-s/S-C-r
Thanks for the awesome package!
I am a heavy user of emacs-jupyter REPLs. I occasionally find that I want to navigate the output history using isearch, however the function
(jupyter-repl-isearch-setup)
, which is called when the REPL is created, changes the behavior of isearch to operate only on the REPL command history rather than the entire REPL buffer itself.Could we add an option to disable this override? In other words, to keep the standard behavior of isearch.
Not sure what would be a good naming convention but happy to submit a PR.
The text was updated successfully, but these errors were encountered: