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
- Host: GitHub
- URL: https://github.com/andymass/vim-visput
- Owner: andymass
- License: mit
- Created: 2021-01-15T06:38:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-02T20:48:13.000Z (about 5 years ago)
- Last Synced: 2025-01-22T07:28:35.102Z (over 1 year ago)
- Topics: vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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