Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shell-mode C-j and C-k not working #586

Closed
mijoharas opened this issue Feb 11, 2015 · 2 comments
Closed

shell-mode C-j and C-k not working #586

mijoharas opened this issue Feb 11, 2015 · 2 comments

Comments

@mijoharas
Copy link
Contributor

in *shell-mode* (SPC a s i) and eshell (SPC a s e) C-j and C-k (which should be next and previous in history) do not work ( spacemacs 0.60.0 ). C-j goes down a line and C-k cycles up to ? and then ^K regardless of the history.

In addition SPC m H does not seem to work in *eshell* (it fails upon attempted insertion into the buffer.)

@mijoharas
Copy link
Contributor Author

I can only find these having been implemented for the python repl (and ac and helm e.t.c), not for the general shell anywhere (though my grep-fu could be lacking). C-j is bound to electric-line-and-maybe-indent and C-k is bound to evil-insert-digraph which is causing the problem. have these ever been implemented for comint-mode (or whatever the correct term is)?

@syl20bnr
Copy link
Owner

Cool idea, defining them for comint-mode may make them available for all the REPLs.
The conventions to implements for all REPLs and terminals are here: https://github.com/syl20bnr/spacemacs/blob/develop/doc/CONVENTIONS.md#in-terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants