We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
process-menu-mode
Currently it starts in normal mode, and masks things like q for quitting the mode.
normal
q
Should just be:
(add-to-list 'evil-emacs-state-modes 'process-menu-mode) (spacemacs|evilify 'process-menu-mode)
But I'm not quite sure where you would want to put it.
The text was updated successfully, but these errors were encountered:
Good question... I would say in spacemacs/config.el
spacemacs/config.el
Sorry, something went wrong.
Fixed with #708
No branches or pull requests
Currently it starts in
normal
mode, and masks things likeq
for quitting the mode.Should just be:
But I'm not quite sure where you would want to put it.
The text was updated successfully, but these errors were encountered: