Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twe4ked/vim-diff-toggle
🛠Vim plugin to speed up editing diff files
https://github.com/twe4ked/vim-diff-toggle
git vim vim-plugin
Last synced: 3 months ago
JSON representation
🛠Vim plugin to speed up editing diff files
- Host: GitHub
- URL: https://github.com/twe4ked/vim-diff-toggle
- Owner: twe4ked
- Created: 2012-03-20T03:10:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T23:39:56.000Z (over 8 years ago)
- Last Synced: 2024-10-06T03:54:43.196Z (3 months ago)
- Topics: git, vim, vim-plugin
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=3973
- Size: 9.77 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Diff Toggle
===========Diff Toggle is a Vim plugin to speed up editing diff files.
Pressing `` in diff buffers on a single line or visual selection will:
* delete `+` lines under the cursor
* replace the `-` on removed lines with spaces, turning them into a context
lines
* replace the space at the start of context lines with a `-`, marking them for
removalWhat is this useful for you ask? Try use it next time you are adding files to
Git with `git add --edit`.Contributors
------------Thanks.
* [Jason Weathered](http://jasoncodes.com)
* [Nathanael Kane](http://twitter.com/nathanaelkane)
* [Ingo Karkat](https://github.com/inkarkat)License
-------Distributed under the same terms as Vim itself. See `:help license` for info.
Links
-----* http://usevim.com/2012/03/26/plugin-roundup/