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
My keymap gets ignored when in major mode treemacs-mode
treemacs-mode
eval major-mode returns treemacs-mode
major-mode
(use-package general :config (general-create-definer space-key-map :keymaps '(normal visual emacs treemacs treemacs-mode) :prefix "SPC" :global-prefix "SPC"))
I am doing something wrong I am sure. I would like to keep my window navigation (windmove-u/d/l/r)
The text was updated successfully, but these errors were encountered:
is there a way to use this keymap with every mode except in edit mode?
Sorry, something went wrong.
Unless you've created an alias, you should use the full name of the keymap, which I assume will be be something like treemacs-mode-map.
treemacs-mode-map
Could you elaborate on this? If you give a more detailed example of the keybindings you want, it may be easier for me to help.
No branches or pull requests
My keymap gets ignored when in major mode
treemacs-mode
eval
major-mode
returnstreemacs-mode
I am doing something wrong I am sure. I would like to keep my window navigation (windmove-u/d/l/r)
The text was updated successfully, but these errors were encountered: