-
Notifications
You must be signed in to change notification settings - Fork 0
Helps navigation in unified diffs
vim-scripts/diff_navigator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2361 Simple script that helps navigation in unified diffs (patches). Together with external utility filterdiff (part of patchutils) it provides DiffAnnotate command that tags all hunks with their number and name of the changed file. DiffShowHunk command displays annotation of the current hunk (useful when inside a big hunk). DiffNextFile and DiffPrevFile command can be used to quickly skip to next/previous changed file. DiffNextHunk and DiffPrevHunk quickly skips to next/previous hunk. Since the default (,),{ and } mappings are not much useful in diffs, the plugin remaps these in the following way: } => DiffNextFile { => DiffPrevFile ) => DiffNextHunk ( => DiffPrevHunk
About
Helps navigation in unified diffs
Resources
Stars
Watchers
Forks
Packages 0
No packages published