# record-key.nvim > _record-key.nvim_ is plugin to display pressed key in neovim. ![](https://img.spacevim.org/record-key.png) [![](https://spacevim.org/img/build-with-SpaceVim.svg)](https://spacevim.org) [![GPLv3 License](https://img.spacevim.org/license-GPLv3-blue.svg)](LICENSE) - [Install](#install) - [Usage](#usage) - [Feedback](#feedback) ## Install 1. Using `record-key.nvim` in SpaceVim: This plugin is bundle with spacevim by default, and the key binding to toggle this feature is `SPC a r` 2. Using `record-key.nvim` without SpaceVim: ``` Plug 'wsdjeg/record-key.nvim' ``` ## Usage - `:RecordKeyToggle`: toggle record-key ## Feedback The development of this plugin is in [`SpaceVim/bundle/record-key.nvim`](https://github.com/SpaceVim/SpaceVim/tree/master/bundle/record-key.nvim) directory. If you encounter any bugs or have suggestions, please file an issue in the [issue tracker](https://github.com/SpaceVim/SpaceVim/issues)