Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frioux/vim-regedit
https://github.com/frioux/vim-regedit
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frioux/vim-regedit
- Owner: frioux
- Created: 2017-10-19T04:56:34.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T22:40:33.000Z (over 3 years ago)
- Last Synced: 2024-10-22T12:00:14.147Z (2 months ago)
- Language: Vim script
- Size: 604 KB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- Changelog: Changes
Awesome Lists containing this project
README
# regedit.vim
Regedit allows very simple modification of registers, for the purpose of
updating or correcting macros. Check out the demo below:![demo](https://github.com/frioux/vim-regedit/raw/main/demo.gif)
## Basic Usage
By default you'll have the mapping installed as `E`, so to edit the `w`
register, you'd press: `Ew`. There is more detail in the included
documentation.## Installation
If you don't have a preferred installation method, I recommend installing
[pathogen.vim](https://github.com/tpope/vim-pathogen), and then simply copy and
paste:cd ~/.vim/bundle
git clone git://github.com/frioux/vim-regeditOnce help tags have been generated, you can view the manual with
`:help regedit`.## Self-Promotion
Like regedit.vim? Follow the repository on
[GitHub](https://github.com/frioux/vim-regedit). And if you're feeling
especially charitable, follow [frioux](https://blog.afoolishmanifesto.com) on
[Twitter](http://twitter.com/frioux) and [GitHub](https://github.com/frioux).## License
Copyright (c) Arthur Axel fREW Schmidt. Distributed under the same terms as Vim
itself. See `:help license`.