Skip to content

All key bindings are missing #102

@tmh-grunwald-markus

Description

@tmh-grunwald-markus

Rustic works perfect, thanks a lot for the great package!

Unfortunately in my installation, there are no key bindings to the rustic-* interactive functions :(
So I have to call them "manually" with M-:

I'm using it with lsp-mode and this config:

(use-package rustic
  :ensure t
  :after (rust-mode)
  :custom
  (lsp-rust-analyzer-cargo-watch-command "clippy")
  (rustic-rustfmt-args "--edition 2021")
  (rustic-format-on-save nil)
  )

(use-package rust-mode
  :ensure t
  :init
  (setq rust-mode-treesitter-derive t))

Any help would be mighty appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions