https://github.com/maxmellon/vim-shiny
:flashlight: [Vim script] A plugin goal is user friendly highlight.
https://github.com/maxmellon/vim-shiny
Last synced: about 1 year ago
JSON representation
:flashlight: [Vim script] A plugin goal is user friendly highlight.
- Host: GitHub
- URL: https://github.com/maxmellon/vim-shiny
- Owner: MaxMEllon
- License: mit
- Created: 2017-11-05T14:56:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T20:17:54.000Z (over 7 years ago)
- Last Synced: 2025-02-13T17:15:08.538Z (over 1 year ago)
- Language: Vim script
- Homepage:
- Size: 536 KB
- Stars: 13
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# vim-shiny
[](https://circleci.com/gh/MaxMEllon/vim-shiny)
[](github.com/vim/vim/releases/tag/v8.0.0039)
[](LICENSE.txt)
[](./doc/vim-shiny.txt)
A plugin goal is effective highlight, like as [atom-vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus).
- paste yank

> with vim-operator-flashy
- if enabled `termguicolors` or `gui_running`

- change window

## Inspired
- [vim-operator-flashy](https://github.com/haya14busa/vim-operator-flashy)
- [atom-vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus)
Special Thanks!
## Usage
```vim
nmap p (shiny-p)
nmap P (shiny-P)
nmap gp (shiny-gp)
nmap gP (shiny-gP)
```
if you want to flash when change window
```vim
let g:vim_shiny_window_change = 1
```
LICENSE
---
MIT