# prosemirror-keymap

> Keymap plugin for ProseMirror

Latest version **1.2.3** (published 2025-05-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install prosemirror-keymap
pnpm add prosemirror-keymap
yarn add prosemirror-keymap
bun add prosemirror-keymap
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 1.2.3 |
| Published | 2025-05-04 |
| First published | 2016-09-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 25.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 33 |
| Maintainers | marijn |

## Links

- npm: https://www.npmjs.com/package/prosemirror-keymap
- Repository: https://github.com/prosemirror/prosemirror-keymap
- Homepage: https://github.com/prosemirror/prosemirror-keymap#readme
- Issues: https://github.com/prosemirror/prosemirror-keymap/issues
- npm.io page: https://npm.io/package/prosemirror-keymap

## Dependencies (2)

- [w3c-keyname](https://npm.io/package/w3c-keyname.md) ^2.2.0
- [prosemirror-state](https://npm.io/package/prosemirror-state.md) ^1.0.0

## Recent versions

- 1.2.3 (latest) — 2025-05-04
- 1.2.0-beta.1 (beta) — 2022-05-20
- 1.2.2 — 2023-05-17
- 1.2.1 — 2023-02-14
- 1.2.0 — 2022-05-30
- 1.1.5 — 2021-10-29
- 1.1.4 — 2020-05-18
- 1.1.3 — 2019-11-20
- 1.1.2 — 2019-11-19
- 1.1.1 — 2019-11-15
- 1.1.0 — 2019-11-08
- 1.0.2 — 2019-10-16
- 1.0.1 — 2018-02-23
- 1.0.0 — 2017-10-13
- 0.24.0 — 2017-09-25
- … 14 more at https://npm.io/package/prosemirror-keymap/versions

## README

# prosemirror-keymap

[ [**WEBSITE**](https://prosemirror.net) | [**ISSUES**](https://github.com/prosemirror/prosemirror/issues) | [**FORUM**](https://discuss.prosemirror.net) | [**CHANGELOG**](https://github.com/ProseMirror/prosemirror-keymap/blob/master/CHANGELOG.md) ]

This is a [core module](https://prosemirror.net/docs/ref/#keymap) of [ProseMirror](https://prosemirror.net).
ProseMirror is a well-behaved rich semantic content editor based on
contentEditable, with support for collaborative editing and custom
document schemas.

This [module](https://prosemirror.net/docs/ref/#keymap) implements a
plugin for conveniently defining key bindings.

The [project page](https://prosemirror.net) has more information, a
number of [examples](https://prosemirror.net/examples/) and the
[documentation](https://prosemirror.net/docs/).

This code is released under an
[MIT license](https://github.com/prosemirror/prosemirror/tree/master/LICENSE).
There's a [forum](http://discuss.prosemirror.net) for general
discussion and support requests, and the
[Github bug tracker](https://github.com/prosemirror/prosemirror/issues)
is the place to report issues.

We aim to be an inclusive, welcoming community. To make that explicit,
we have a [code of
conduct](http://contributor-covenant.org/version/1/1/0/) that applies
to communication around the project.

---
_Source: https://npm.io/package/prosemirror-keymap · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
