Skip to content

Easy toggling of diff mode for the current buffer.

Notifications You must be signed in to change notification settings

0/vim-diffoffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

vim-diffoffer

Quick and easy management of diff settings for the current buffer.

Configuration

Map the diff toggle command to a key sequence by adding the following to your .vimrc:

map <leader>dod :DiffofferToggleDiff<CR>

To toggle diff filler (see 'diffopt') as well, use:

map <leader>dof :DiffofferToggleFiller<CR>

Not really a feature of this plugin, but a useful mapping to go along with the others is:

map <leader>dou :diffupdate<CR>

About

Easy toggling of diff mode for the current buffer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published