Skip to content

Bind keymap to map #1079

@dyens

Description

@dyens

Hi!

I would like to use perspective + evil:

(use-package perspective
  :ensure t
  :after evil
  :bind
  ((:map evil-normal-state-map ("<SPC> l" . perspective-map)))
  :config
  (persp-mode))

This is incorrect, cause perspective lazy loaded and my key-binding will work only second time.
I can use :bind-keymap, but in this case i don't know how to bind my binding to evil-normal-state-map.

What is the proper way to fix this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions