Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocke/keycast.vim
Display key strokes on Vim.
https://github.com/pocke/keycast.vim
Last synced: 3 days ago
JSON representation
Display key strokes on Vim.
- Host: GitHub
- URL: https://github.com/pocke/keycast.vim
- Owner: pocke
- Created: 2019-07-07T04:42:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T02:28:01.000Z (over 5 years ago)
- Last Synced: 2024-11-06T13:01:39.572Z (about 2 months ago)
- Language: Vim script
- Homepage:
- Size: 6.84 KB
- Stars: 34
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
keycast.vim
====Display key strokes on Vim.
![keycast vim](https://user-images.githubusercontent.com/4361134/60764096-7ee96980-a0bd-11e9-848b-5331156ea33b.gif)
Usage
---* `:KeycastStart`
* Start casting key strokes.
* `:KeycastStop`
* Stop casting key strokes.Requirements
---* Popup feature of Vim.
* [pocke/vanner](https://github.com/pocke/vanner) or banner (1)
* Known issue: BSD banner does not work for keycast.vim.Configuration
---```vim
" Use pocke/vanner (default)
let keycast#formatter = 'vanner'" Use banner (1)
let keycast#formatter = 'banner_command'
```