All Projects → machakann → vim-highlightedundo

machakann / vim-highlightedundo

Licence: other
Make the undo region apparent!

Programming Languages

Vim Script
2826 projects

vim-highlightedundo

Make the undo region apparent!

Dependency

Vim 7.4.1685+ (or, neovim 0.2.0+)

diff command (https://www.gnu.org/software/diffutils/) is required to use this plugin.

" should be 1
:echo executable('diff')

Usage

nmap u     <Plug>(highlightedundo-undo)
nmap <C-r> <Plug>(highlightedundo-redo)
nmap U     <Plug>(highlightedundo-Undo)
nmap g-    <Plug>(highlightedundo-gminus)
nmap g+    <Plug>(highlightedundo-gplus)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].