An open API service indexing awesome lists of open source software.

https://github.com/andymass/vim-visput

sensible visual puts in vim
https://github.com/andymass/vim-visput

vim vim-plugin

Last synced: over 1 year ago
JSON representation

sensible visual puts in vim

Awesome Lists containing this project

README

          

# vim visput

This plugin improves visual puts:

- Makes them repeatable with `.`.
- Doesn't overwrite the `"` register when putting.

# Installation

If you use [vim-plug][p], then add the following line to your vimrc file:

```vim
Plug 'andymass/vim-visput'
```

and then use `:PlugInstall`. Or, you can use vim's built-in plugin system
(`:help packadd`) or any other plugin manager.

# Maps

This plugin overrides visual mode maps p and P.

# Self-promotion

Check out my other plugins, 🤜🤛 [match-up][mu] and 💨⛵ [trade-winds][tw].

[p]: https://github.com/junegunn/vim-plug
[mu]: https://github.com/andymass/vim-matchup
[tw]: https://github.com/andymass/vim-tradewinds